Skip to content

Instantly share code, notes, and snippets.

@stephenh
Created November 9, 2012 06:55
Show Gist options
  • Save stephenh/4044132 to your computer and use it in GitHub Desktop.
Save stephenh/4044132 to your computer and use it in GitHub Desktop.
firefox sendkeys getting ignored (2)
Hi,
I have a "sendkeys" command that is getting ignored on FF16, ubuntu, with native events. A reproduction, and the FF stdout/console output, is here:
https://gist.github.com/4044132#file_sanity_check.java
Odd things:
* Without the form.submit, it works just fine--I can "load, type, type" 100 times, and it works, but "load, type, type, submit" 100 times causes failures. It looks like something about the "submit" having happened on the previous page causes a focus blip in the next page load.
* The page is extremely simple, no AJAX, no JavaScript, just two form fields and a button.
* This is extracted from a slightly more complicated login page (it used jquery to do email.focus() on load) that used onload to add a "ready" div to the document, which I would wait on the presence of in the selenium test, before typing, to ensure on load had fired, but this did not fix the issue.
* Without native events, it works fine, no failures. (I've checked and the native libs are getting loaded correctly.)
* This is relatively hard to reproduce on my desktop (ubuntu/FF16) but happens more frequently on our headless hudson box (also ubuntu/FF16 in an Xvnc session). Not sure why given how similar they are.
* Using Actions to do moveToElement+click+sendKeys all at once reduces, but does not eliminate, the failures. (Maybe...I just had one run with moveToElement+click included fail on the 2nd try.)
* Some of the failure screenshots show the entire page being selected, like the control-a went to the body element, as if the user was trying to copy/paste the entire page of text. However, I have not seen this "entire page selected" behavior on the reproduction form, so perhaps it is a separate issue.
I know there are outstanding focus issues with FF...but any ideas about this?
Should I just expect to have to do each "type" command in a loop, and always check the value to see if it didn't work, and if not, try again?
I've attached the debug output to the gist; it has fairly telltale lines like:
aEvent: type=GDK_KEY_PRESS, keyval=d, unicode=0x64
FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
But I don't know why this would be the case. Is there anything more I can do to debug this?
Thanks,
Stephen
webdriver [121109 06:09:48.59] [ 0.006s] [webdriver] Found preference for webdriver_assume_untrusted_issuer: true
webdriver [121109 06:09:48.60] [ 0.008s] [webdriver] Found preference for webdriver_accept_untrusted_certs: true
webdriver [121109 06:09:48.60] [ 0.008s] [webdriver] Accept untrusted certificates: true
webdriver [121109 06:09:48.69] [ 0.123s] [webdriver] Using native events: true
webdriver [121109 06:09:48.69] [ 0.125s] [webdriver] Loading: resource://fxdriver/evaluate.js
webdriver [121109 06:09:48.69] [ 0.128s] [webdriver] Done reading: resource://fxdriver/evaluate.js
webdriver [121109 06:09:50.32] [ 1.644s] [webdriver] Received command: newSession
webdriver [121109 06:09:50.39] [ 0.021s] [webdriver] Setting preferences based on required capabilities
webdriver [121109 06:09:50.39] [ 1.713s] [webdriver] Created a new session with id: f27cc100-b97f-446b-b162-c8beb8fc6563
webdriver [121109 06:09:50.41] [ 1.728s] [webdriver] Received command: getSessionCapabilities
webdriver [121109 06:09:50.54] [ 1.862s] [webdriver] Received command: get
webdriver [121109 06:09:51.25] [ 2.665s] [webdriver] Found preference for webdriver_accept_untrusted_certs: true
webdriver [121109 06:09:51.25] [ 2.666s] [webdriver] Allowing certificate from site: accounts.bizo.com:443
webdriver [121109 06:09:51.26] [ 2.669s] [webdriver] Certificate verification results: 16
webdriver [121109 06:09:51.26] [ 2.669s] [webdriver] return_bits now: 1
webdriver [121109 06:09:51.26] [ 2.670s] [webdriver] Override Bits: 1
webdriver [121109 06:09:51.30] [ 0.004s] [webdriver] Spoofing prompt service
webdriver [121109 06:09:51.31] [ 0.008s] [webdriver] Found implementation at: {7ad1b327-6dfa-46ec-9234-f2a620ea7e00}
webdriver [121109 06:09:51.31] [ 0.009s] [webdriver] Found implementation at: {1c978d25-b37f-43a8-a2d6-0c7a239ead87}
webdriver [121109 06:09:51.31] [ 0.011s] [webdriver] Finished initializing spoofed prompt service
webdriver [121109 06:09:51.32] [ 2.734s] [webdriver] Found preference for webdriver_accept_untrusted_certs: true
webdriver [121109 06:09:51.32] [ 2.734s] [webdriver] Allowing certificate from site: accounts.bizo.com:443
webdriver [121109 06:09:51.32] [ 2.737s] [webdriver] Certificate verification results: 16
webdriver [121109 06:09:51.32] [ 2.737s] [webdriver] return_bits now: 1
webdriver [121109 06:09:51.33] [ 2.738s] [webdriver] Override Bits: 1
webdriver [121109 06:09:52.30] [ 3.618s] [webdriver] Received command: findElement
webdriver [121109 06:09:52.43] [ 3.747s] [webdriver] Received command: findElement
webdriver [121109 06:09:52.45] [ 3.772s] [webdriver] Received command: sendKeysToElement
webdriver [121109 06:09:52.46] [ 3.780s] [webdriver] Need to switch focus
webdriver [121109 06:09:52.79] [ 4.114s] [webdriver] Pending native events: true
webdriver [121109 06:09:52.89] [ 4.211s] [webdriver] Done native event wait.
webdriver [121109 06:09:52.89] [ 4.212s] [webdriver] Extra events processed: 261 Page Unloaded: false
webdriver [121109 06:09:52.89] [ 4.214s] [webdriver] Pending native events: false
webdriver [121109 06:09:52.89] [ 4.215s] [webdriver] Extra events processed: 0 Page Unloaded: false
webdriver [121109 06:09:52.90] [ 4.216s] [webdriver] Done main loop.
webdriver [121109 06:09:52.90] [ 4.217s] [webdriver] Done extra event loop, 5
webdriver [121109 06:09:52.96] [ 4.283s] [webdriver] Received command: getElementAttribute
webdriver [121109 06:09:52.99] [ 4.306s] [webdriver] Received command: findElement
webdriver [121109 06:09:52.99] [ 4.313s] [webdriver] Done native event wait.
webdriver [121109 06:09:53.01] [ 4.326s] [webdriver] Received command: sendKeysToElement
webdriver [121109 06:09:53.03] [ 4.348s] [webdriver] Need to switch focus
webdriver [121109 06:09:53.27] [ 4.595s] [webdriver] Pending native events: true
webdriver [121109 06:09:53.38] [ 4.696s] [webdriver] Done native event wait.
webdriver [121109 06:09:53.38] [ 4.697s] [webdriver] Extra events processed: 144 Page Unloaded: false
webdriver [121109 06:09:53.38] [ 4.702s] [webdriver] Pending native events: false
webdriver [121109 06:09:53.38] [ 4.703s] [webdriver] Extra events processed: 0 Page Unloaded: false
webdriver [121109 06:09:53.38] [ 4.703s] [webdriver] Done main loop.
webdriver [121109 06:09:53.39] [ 4.707s] [webdriver] Done extra event loop, 6
webdriver [121109 06:09:53.41] [ 4.729s] [webdriver] Received command: getElementAttribute
webdriver [121109 06:09:53.43] [ 4.754s] [webdriver] Received command: findElement
webdriver [121109 06:09:53.45] [ 4.769s] [webdriver] Received command: submitElement
webdriver [121109 06:09:53.49] [ 4.812s] [webdriver] Done native event wait.
webdriver [121109 06:09:53.75] [ 5.158s] [webdriver] Found preference for webdriver_accept_untrusted_certs: true
webdriver [121109 06:09:53.75] [ 5.159s] [webdriver] Allowing certificate from site: accounts.bizo.com:443
webdriver [121109 06:09:53.75] [ 5.161s] [webdriver] Certificate verification results: 16
webdriver [121109 06:09:53.75] [ 5.162s] [webdriver] return_bits now: 1
webdriver [121109 06:09:53.75] [ 5.164s] [webdriver] Override Bits: 1
webdriver [121109 06:09:54.01] [ 5.327s] [webdriver] Received command: get
webdriver [121109 06:09:54.30] [ 5.708s] [webdriver] Found preference for webdriver_accept_untrusted_certs: true
webdriver [121109 06:09:54.30] [ 5.709s] [webdriver] Allowing certificate from site: accounts.bizo.com:443
webdriver [121109 06:09:54.30] [ 5.710s] [webdriver] Certificate verification results: 16
webdriver [121109 06:09:54.30] [ 5.711s] [webdriver] return_bits now: 1
webdriver [121109 06:09:54.30] [ 5.712s] [webdriver] Override Bits: 1
webdriver [121109 06:09:54.54] [ 5.859s] [webdriver] Received command: findElement
webdriver [121109 06:09:54.56] [ 5.879s] [webdriver] Received command: findElement
webdriver [121109 06:09:54.57] [ 5.895s] [webdriver] Received command: sendKeysToElement
webdriver [121109 06:09:54.59] [ 5.908s] [webdriver] No need to switch focus
webdriver [121109 06:09:54.90] [ 6.219s] [webdriver] Pending native events: true
webdriver [121109 06:09:54.98] [ 6.303s] [webdriver] Done native event wait.
webdriver [121109 06:09:54.99] [ 6.311s] [webdriver] Extra events processed: 8 Page Unloaded: false
webdriver [121109 06:09:54.99] [ 6.312s] [webdriver] Pending native events: true
webdriver [121109 06:09:55.10] [ 6.423s] [webdriver] Done native event wait.
webdriver [121109 06:09:55.10] [ 6.424s] [webdriver] Extra events processed: 32 Page Unloaded: false
webdriver [121109 06:09:55.10] [ 6.425s] [webdriver] Pending native events: false
webdriver [121109 06:09:55.11] [ 6.426s] [webdriver] Extra events processed: 0 Page Unloaded: false
webdriver [121109 06:09:55.11] [ 6.426s] [webdriver] Done main loop.
webdriver [121109 06:09:55.12] [ 6.437s] [webdriver] Done extra event loop, 11
webdriver [121109 06:09:55.13] [ 6.450s] [webdriver] Received command: getElementAttribute
webdriver [121109 06:09:55.16] [ 6.477s] [webdriver] Received command: findElement
webdriver [121109 06:09:55.18] [ 6.501s] [webdriver] Received command: sendKeysToElement
webdriver [121109 06:09:55.19] [ 6.512s] [webdriver] Need to switch focus
webdriver [121109 06:09:55.21] [ 6.529s] [webdriver] Done native event wait.
webdriver [121109 06:09:55.44] [ 6.765s] [webdriver] Pending native events: true
webdriver [121109 06:09:55.61] [ 6.932s] [webdriver] Done native event wait.
webdriver [121109 06:09:55.62] [ 6.936s] [webdriver] Extra events processed: 32 Page Unloaded: false
webdriver [121109 06:09:55.62] [ 6.937s] [webdriver] Pending native events: false
webdriver [121109 06:09:55.62] [ 6.937s] [webdriver] Extra events processed: 0 Page Unloaded: false
webdriver [121109 06:09:55.62] [ 6.938s] [webdriver] Done main loop.
webdriver [121109 06:09:55.63] [ 6.947s] [webdriver] Done extra event loop, 11
webdriver [121109 06:09:55.64] [ 6.959s] [webdriver] Received command: getElementAttribute
webdriver [121109 06:09:55.66] [ 6.977s] [webdriver] Received command: findElement
webdriver [121109 06:09:55.67] [ 6.992s] [webdriver] Received command: submitElement
webdriver [121109 06:09:56.00] [ 7.321s] [webdriver] Done native event wait.
webdriver [121109 06:09:56.02] [ 7.435s] [webdriver] Found preference for webdriver_accept_untrusted_certs: true
webdriver [121109 06:09:56.02] [ 7.436s] [webdriver] Allowing certificate from site: accounts.bizo.com:443
webdriver [121109 06:09:56.03] [ 7.438s] [webdriver] Certificate verification results: 16
webdriver [121109 06:09:56.03] [ 7.439s] [webdriver] return_bits now: 1
webdriver [121109 06:09:56.03] [ 7.440s] [webdriver] Override Bits: 1
webdriver [121109 06:09:56.30] [ 7.621s] [webdriver] Received command: get
webdriver [121109 06:09:56.97] [ 8.384s] [webdriver] Found preference for webdriver_accept_untrusted_certs: true
webdriver [121109 06:09:57.06] [ 8.474s] [webdriver] Allowing certificate from site: accounts.bizo.com:443
webdriver [121109 06:09:57.06] [ 8.476s] [webdriver] Certificate verification results: 16
webdriver [121109 06:09:57.06] [ 8.477s] [webdriver] return_bits now: 1
webdriver [121109 06:09:57.07] [ 8.478s] [webdriver] Override Bits: 1
webdriver [121109 06:09:58.32] [ 9.639s] [webdriver] Received command: findElement
webdriver [121109 06:09:58.40] [ 9.717s] [webdriver] Received command: findElement
webdriver [121109 06:09:58.42] [ 9.736s] [webdriver] Received command: sendKeysToElement
webdriver [121109 06:09:58.43] [ 9.749s] [webdriver] No need to switch focus
webdriver [121109 06:09:58.75] [ 10.069s] [webdriver] Pending native events: true
webdriver [121109 06:09:58.83] [ 10.150s] [webdriver] Extra events processed: 350 Page Unloaded: false
webdriver [121109 06:09:58.84] [ 10.156s] [webdriver] Pending native events: false
webdriver [121109 06:09:58.84] [ 10.156s] [webdriver] Extra events processed: 0 Page Unloaded: false
webdriver [121109 06:09:58.84] [ 10.157s] [webdriver] Done main loop.
webdriver [121109 06:09:58.85] [ 10.168s] [webdriver] Done native event wait.
webdriver [121109 06:09:58.85] [ 10.173s] [webdriver] Done extra event loop, 11
webdriver [121109 06:09:58.86] [ 10.185s] [webdriver] Received command: getElementAttribute
webdriver [121109 06:09:58.88] [ 10.203s] [webdriver] Received command: findElement
webdriver [121109 06:09:58.90] [ 10.219s] [webdriver] Received command: sendKeysToElement
webdriver [121109 06:09:58.91] [ 10.228s] [webdriver] Need to switch focus
webdriver [121109 06:09:59.20] [ 10.519s] [webdriver] Pending native events: true
webdriver [121109 06:09:59.20] [ 10.523s] [webdriver] Done native event wait.
webdriver [121109 06:09:59.29] [ 10.613s] [webdriver] Extra events processed: 350 Page Unloaded: false
webdriver [121109 06:09:59.29] [ 10.614s] [webdriver] Pending native events: false
webdriver [121109 06:09:59.30] [ 10.621s] [webdriver] Extra events processed: 0 Page Unloaded: false
webdriver [121109 06:09:59.30] [ 10.622s] [webdriver] Done main loop.
webdriver [121109 06:09:59.31] [ 10.627s] [webdriver] Done extra event loop, 4
webdriver [121109 06:09:59.31] [ 10.634s] [webdriver] Done native event wait.
webdriver [121109 06:09:59.32] [ 10.640s] [webdriver] Received command: getElementAttribute
webdriver [121109 06:09:59.38] [ 10.700s] [webdriver] Received command: findElement
webdriver [121109 06:09:59.40] [ 10.724s] [webdriver] Received command: submitElement
webdriver [121109 06:09:59.83] [ 11.150s] [webdriver] Done native event wait.
webdriver [121109 06:10:00.11] [ 11.519s] [webdriver] Found preference for webdriver_accept_untrusted_certs: true
webdriver [121109 06:10:00.11] [ 11.521s] [webdriver] Allowing certificate from site: accounts.bizo.com:443
webdriver [121109 06:10:00.11] [ 11.523s] [webdriver] Certificate verification results: 16
webdriver [121109 06:10:00.11] [ 11.524s] [webdriver] return_bits now: 1
webdriver [121109 06:10:00.11] [ 11.525s] [webdriver] Override Bits: 1
webdriver [121109 06:10:00.43] [ 11.751s] [webdriver] Received command: get
webdriver [121109 06:10:00.71] [ 12.125s] [webdriver] Found preference for webdriver_accept_untrusted_certs: true
webdriver [121109 06:10:00.71] [ 12.127s] [webdriver] Allowing certificate from site: accounts.bizo.com:443
webdriver [121109 06:10:00.72] [ 12.128s] [webdriver] Certificate verification results: 16
webdriver [121109 06:10:00.72] [ 12.129s] [webdriver] return_bits now: 1
webdriver [121109 06:10:00.72] [ 12.130s] [webdriver] Override Bits: 1
webdriver [121109 06:10:00.97] [ 12.286s] [webdriver] Received command: findElement
webdriver [121109 06:10:00.99] [ 12.307s] [webdriver] Received command: findElement
webdriver [121109 06:10:01.00] [ 12.323s] [webdriver] Received command: sendKeysToElement
webdriver [121109 06:10:01.02] [ 12.340s] [webdriver] No need to switch focus
webdriver [121109 06:10:01.37] [ 12.688s] [webdriver] Pending native events: true
webdriver [121109 06:10:01.45] [ 12.770s] [webdriver] Extra events processed: 350 Page Unloaded: false
webdriver [121109 06:10:01.46] [ 12.777s] [webdriver] Pending native events: false
webdriver [121109 06:10:01.46] [ 12.778s] [webdriver] Extra events processed: 0 Page Unloaded: false
webdriver [121109 06:10:01.46] [ 12.778s] [webdriver] Done main loop.
webdriver [121109 06:10:01.47] [ 12.792s] [webdriver] Done native event wait.
webdriver [121109 06:10:01.47] [ 12.793s] [webdriver] Done extra event loop, 10
webdriver [121109 06:10:01.49] [ 12.807s] [webdriver] Received command: getElementAttribute
webdriver [121109 06:10:01.50] [ 12.823s] [webdriver] Received command: findElement
webdriver [121109 06:10:01.52] [ 12.843s] [webdriver] Received command: sendKeysToElement
webdriver [121109 06:10:01.54] [ 12.857s] [webdriver] Need to switch focus
webdriver [121109 06:10:01.55] [ 12.873s] [webdriver] Done native event wait.
webdriver [121109 06:10:01.78] [ 13.103s] [webdriver] Pending native events: true
webdriver [121109 06:10:01.91] [ 13.229s] [webdriver] Done native event wait.
webdriver [121109 06:10:01.91] [ 13.230s] [webdriver] Extra events processed: 41 Page Unloaded: false
webdriver [121109 06:10:01.91] [ 13.231s] [webdriver] Pending native events: false
webdriver [121109 06:10:01.91] [ 13.231s] [webdriver] Extra events processed: 0 Page Unloaded: false
webdriver [121109 06:10:01.92] [ 13.236s] [webdriver] Done main loop.
webdriver [121109 06:10:01.92] [ 13.238s] [webdriver] Done extra event loop, 8
webdriver [121109 06:10:01.93] [ 13.251s] [webdriver] Received command: getElementAttribute
webdriver [121109 06:10:01.94] [ 13.265s] [webdriver] Received command: findElement
webdriver [121109 06:10:02.02] [ 13.337s] [webdriver] Received command: submitElement
webdriver [121109 06:10:02.02] [ 13.343s] [webdriver] Done native event wait.
webdriver [121109 06:10:02.28] [ 13.688s] [webdriver] Found preference for webdriver_accept_untrusted_certs: true
webdriver [121109 06:10:02.28] [ 13.689s] [webdriver] Allowing certificate from site: accounts.bizo.com:443
webdriver [121109 06:10:02.28] [ 13.690s] [webdriver] Certificate verification results: 16
webdriver [121109 06:10:02.28] [ 13.691s] [webdriver] return_bits now: 1
webdriver [121109 06:10:02.28] [ 13.692s] [webdriver] Override Bits: 1
webdriver [121109 06:10:02.52] [ 13.840s] [webdriver] Received command: get
webdriver [121109 06:10:02.81] [ 14.218s] [webdriver] Found preference for webdriver_accept_untrusted_certs: true
webdriver [121109 06:10:02.81] [ 14.220s] [webdriver] Allowing certificate from site: accounts.bizo.com:443
webdriver [121109 06:10:02.81] [ 14.223s] [webdriver] Certificate verification results: 16
webdriver [121109 06:10:02.81] [ 14.224s] [webdriver] return_bits now: 1
webdriver [121109 06:10:02.81] [ 14.225s] [webdriver] Override Bits: 1
webdriver [121109 06:10:03.09] [ 14.407s] [webdriver] Received command: findElement
webdriver [121109 06:10:03.11] [ 14.428s] [webdriver] Received command: findElement
webdriver [121109 06:10:03.12] [ 14.445s] [webdriver] Received command: sendKeysToElement
webdriver [121109 06:10:03.14] [ 14.457s] [webdriver] No need to switch focus
webdriver [121109 06:10:03.45] [ 14.772s] [webdriver] Pending native events: true
webdriver [121109 06:10:03.55] [ 14.875s] [webdriver] Done native event wait.
webdriver [121109 06:10:03.56] [ 14.876s] [webdriver] Extra events processed: 27 Page Unloaded: false
webdriver [121109 06:10:03.56] [ 14.878s] [webdriver] Pending native events: false
webdriver [121109 06:10:03.56] [ 14.879s] [webdriver] Extra events processed: 0 Page Unloaded: false
webdriver [121109 06:10:03.56] [ 14.880s] [webdriver] Done main loop.
webdriver [121109 06:10:03.57] [ 14.888s] [webdriver] Done extra event loop, 9
webdriver [121109 06:10:03.58] [ 14.897s] [webdriver] Received command: getElementAttribute
webdriver [121109 06:10:03.59] [ 14.914s] [webdriver] Received command: findElement
webdriver [121109 06:10:03.61] [ 14.931s] [webdriver] Received command: sendKeysToElement
webdriver [121109 06:10:03.63] [ 14.946s] [webdriver] Need to switch focus
webdriver [121109 06:10:03.86] [ 15.182s] [webdriver] Pending native events: true
webdriver [121109 06:10:03.87] [ 15.186s] [webdriver] Done native event wait.
webdriver [121109 06:10:03.94] [ 15.260s] [webdriver] Done native event wait.
webdriver [121109 06:10:03.94] [ 15.261s] [webdriver] Extra events processed: 26 Page Unloaded: false
webdriver [121109 06:10:03.95] [ 15.266s] [webdriver] Pending native events: false
webdriver [121109 06:10:03.95] [ 15.267s] [webdriver] Extra events processed: 0 Page Unloaded: false
webdriver [121109 06:10:03.95] [ 15.268s] [webdriver] Done main loop.
webdriver [121109 06:10:03.95] [ 15.275s] [webdriver] Done extra event loop, 7
webdriver [121109 06:10:03.97] [ 15.291s] [webdriver] Received command: getElementAttribute
webdriver [121109 06:10:03.99] [ 15.307s] [webdriver] Received command: screenshot
webdriver [121109 06:10:04.15] [ 15.466s] [webdriver] Done native event wait.
webdriver [121109 06:10:04.22] [ 15.542s] [webdriver] Received command: quit
*** LOG addons.xpi: startup
*** LOG addons.xpi: Ignoring file entry whose name is not a valid add-on ID: /tmp/anonymous4002750927305427651webdriver-profile/extensions/webdriver-staging
*** LOG addons.xpi: checkForChanges
*** LOG addons.xpi: No changes found
-1220265664[b7217270]: GtkIMModule(af89d520): Init, mOwnerWindow=b7244c40
-1220265664[b7217270]: GtkIMModule(ace4bb20): Init, mOwnerWindow=ace1c3f0
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /favicon.ico HTTP/1.1
-1220265664[b7217270]: Host: duckduckgo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: ]
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Server: nginx
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:23 GMT
-1301284032[b7217740]: Content-Type: image/x-icon
-1301284032[b7217740]: Content-Length: 7406
-1301284032[b7217740]: Last-Modified: Thu, 01 Mar 2012 00:25:47 GMT
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: Expires: Sat, 10 Nov 2012 06:09:23 GMT
-1301284032[b7217740]: Cache-Control: max-age=86400
-1301284032[b7217740]: Accept-Ranges: bytes
-1301284032[b7217740]: ]
-1220265664[b7217270]: GtkIMModule(af89d520): OnDestroyWindow, aWindow=b7244d30, mLastFocusedWindow=0, mOwnerWindow=b7244c40, mLastFocusedModule=0
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [File] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Edit] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [View] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [History] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [Bookmarks] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 5 weight: 400 width: 0 style: normal TEXTRUN [Tools] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Help] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [File] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [File] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Edit] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Edit] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [View] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [View] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [History] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [History] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [Bookmarks] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [Bookmarks] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 5 weight: 400 width: 0 style: normal TEXTRUN [Tools] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 5 weight: 400 width: 0 style: normal TEXTRUN [Tools] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Help] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Help] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [Firefox] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN […] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [New Tab] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN […] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [File] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Edit] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [View] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [History] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [Bookmarks] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 5 weight: 400 width: 0 style: normal TEXTRUN [Tools] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Help] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [File] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [File] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Edit] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Edit] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [View] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [View] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [History] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [History] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [Bookmarks] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [Bookmarks] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 5 weight: 400 width: 0 style: normal TEXTRUN [Tools] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 5 weight: 400 width: 0 style: normal TEXTRUN [Tools] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Help] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Help] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [File] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Edit] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [View] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [History] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [Bookmarks] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 5 weight: 400 width: 0 style: normal TEXTRUN [Tools] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Help] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [New Tab] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [File] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [File] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Edit] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Edit] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [View] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [View] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [History] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [History] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [Bookmarks] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [Bookmarks] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 5 weight: 400 width: 0 style: normal TEXTRUN [Tools] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 5 weight: 400 width: 0 style: normal TEXTRUN [Tools] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Help] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Help] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [New Tab] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [New Tab] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnDestroyWindow, aWindow=ace1c4e0, mLastFocusedWindow=0, mOwnerWindow=ace1c3f0, mLastFocusedModule=0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusWindow, aWindow=ace1d2f0, mLastFocusedWindow=0
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=0
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=autocomplete
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=YES, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [F] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [File] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [E] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Edit] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [V] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [View] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [s] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 2 weight: 400 width: 0 style: normal TEXTRUN [Hi] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [History] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [B] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [Bookmarks] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [T] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 5 weight: 400 width: 0 style: normal TEXTRUN [Tools] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [H] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Help] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [New Tab] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /a/login? HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 302 Moved Temporarily
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:25 GMT
-1301284032[b7217740]: Location: https://accounts.bizo.com/a/login
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 0
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /a/login HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: ]
-1220265664[b7217270]: http request [
-1220265664[b7217270]: POST / HTTP/1.1
-1220265664[b7217270]: Host: ocsp.godaddy.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Content-Length: 106
-1220265664[b7217270]: Content-Type: application/ocsp-request
-1220265664[b7217270]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:26 GMT
-1301284032[b7217740]: Server: Apache
-1301284032[b7217740]: Content-Transfer-Encoding: Binary
-1301284032[b7217740]: Cache-Control: max-age=13867, public, no-transform, must-revalidate
-1301284032[b7217740]: Last-Modified: Fri, 09 Nov 2012 04:12:43 GMT
-1301284032[b7217740]: Expires: Fri, 09 Nov 2012 10:12:43 GMT
-1301284032[b7217740]: Etag: "61fb176a1b336f0cb16c858c10fc97ae65f97087"
-1301284032[b7217740]: P3P: CP="IDC DSP COR LAW CUR ADM DEV TAI PSA PSD IVA IVD HIS OUR SAM PUB LEG UNI COM NAV STA"
-1301284032[b7217740]: Content-Length: 1923
-1301284032[b7217740]: Connection: close
-1301284032[b7217740]: Content-Type: application/ocsp-response
-1301284032[b7217740]: ]
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Content-Language: en-US
-1301284032[b7217740]: Content-Type: text/html;charset=ISO-8859-1
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:26 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Set-Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744; Path=/
-1301284032[b7217740]: Content-Length: 6320
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /css/www_master_new.css HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/css,*/*;q=0.1
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744
-1220265664[b7217270]: ]
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /js/jquery-1.4.4.min.js HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: */*
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744
-1220265664[b7217270]: ]
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /images/logo_tag.png HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: image/png,image/*;q=0.8,*/*;q=0.5
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744
-1220265664[b7217270]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN […] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [A] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [u] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [L] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [g] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN [|] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [B] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [z] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [M] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [a] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [r] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [k] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [e] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Accept-Ranges: bytes
-1301284032[b7217740]: Content-Type: text/css
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:26 GMT
-1301284032[b7217740]: Etag: W/"68547-1352387750000"
-1301284032[b7217740]: Last-Modified: Thu, 08 Nov 2012 15:15:50 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 68547
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Accept-Ranges: bytes
-1301284032[b7217740]: Content-Type: text/javascript
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:26 GMT
-1301284032[b7217740]: Etag: W/"78601-1352387752000"
-1301284032[b7217740]: Last-Modified: Thu, 08 Nov 2012 15:15:52 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 78601
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Accept-Ranges: bytes
-1301284032[b7217740]: Content-Type: image/png
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:26 GMT
-1301284032[b7217740]: Etag: W/"9337-1352387752000"
-1301284032[b7217740]: Last-Modified: Thu, 08 Nov 2012 15:15:52 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 9337
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /css/whitespace-reset.css HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/css,*/*;q=0.1
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/css/www_master_new.css
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744
-1220265664[b7217270]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Accept-Ranges: bytes
-1301284032[b7217740]: Content-Type: text/css
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:26 GMT
-1301284032[b7217740]: Etag: W/"633-1352387750000"
-1301284032[b7217740]: Last-Modified: Thu, 08 Nov 2012 15:15:50 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 633
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /images/bg_main.jpg HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: image/png,image/*;q=0.8,*/*;q=0.5
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/css/www_master_new.css
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744
-1220265664[b7217270]: ]
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /ga.js HTTP/1.1
-1220265664[b7217270]: Host: ssl.google-analytics.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: */*
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: ]
-1301284032[b7217740]: SpdySession3::SpdySession3 a7bf8040 transaction 1 = a526a910
-1301284032[b7217740]: SpdySession3::GenerateSettings a7bf8040
-1301284032[b7217740]: SpdyStream3::SpdyStream3 a54431a0
-1301284032[b7217740]: SpdySession3::AddStream session=a7bf8040 stream=a54431a0 NextID=0x1 (tentative)
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 stream a54431a0 activated immediately.
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 activating stream a54431a0 Currently 1 streams in session, high water mark is 1
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a54431a0 0x0 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a54431a0 ReadSegments reader=a7bf8048 count=32768 state=0
-1301284032[b7217740]: SpdyStream3::OnReadSegment a54431a0 count=289 state=0
-1301284032[b7217740]: SpdyStream3::ParseHttpRequestHeaders a54431a0 avail=289 state=0
-1301284032[b7217740]: SpdySession3::RegisterStreamID session=a7bf8040 stream=a54431a0 id=0x1 concurrent=1
-1301284032[b7217740]: ParseHttpRequestHeaders a54431a0 used 289 of 289. complete = 1
-1301284032[b7217740]: SpdyStream3::TransmitFrame a54431a0 inline=350 stream=0
-1301284032[b7217740]: SpdySession3::FlushOutputQueue a7bf8040 sz=20 rv=0 actual=20
-1301284032[b7217740]: SpdyStream3::TransmitFrame for inline session=a7bf8040 stream=a54431a0 result 0 len=350
-1301284032[b7217740]: SpdyStream3::ChangeState() a54431a0 from 0 to 2
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a54431a0 countread=289
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a54431a0 0x1 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a54431a0 ReadSegments reader=a7bf8048 count=32768 state=2
-1301284032[b7217740]: SpdyStream3::ReadSegments a54431a0 0x1: Sending request data complete, mUpstreamState=2
-1301284032[b7217740]: SpdyStream3::ChangeState() a54431a0 from 2 to 5
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a54431a0 stream send complete
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 1
-1301284032[b7217740]: SpdySession3::WriteSegments a7bf8040 - Control Frame Identified type 4 version 3 data len 20
-1301284032[b7217740]: SpdySession3::HandleSettings a7bf8040 SETTINGS Control Frame with 2 entries
-1301284032[b7217740]: Settings ID 4, Flags 1, Value 100
-1301284032[b7217740]: Settings ID 7, Flags 0, Value 65536
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 1 to 0
-1301284032[b7217740]: SpdySession3 a7bf8040 buffering frame header read failure 80470007
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 could not identify a stream to write; suspending.
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 1
-1301284032[b7217740]: SpdySession3::WriteSegments a7bf8040 - Control Frame Identified type 2 version 3 data len 180
-1301284032[b7217740]: SpdySession3::HandleSynReply a7bf8040 lookup via streamID in syn_reply.
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 1 to 0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 2
-1301284032[b7217740]: SpdySession3 a7bf8040 First Data Frame Flushes Headers stream 0x1
-1301284032[b7217740]: SpdySession3::ResponseHeadersComplete a7bf8040 for 0x1 fin=0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 4
-1301284032[b7217740]: Start Processing Data Frame. Session=a7bf8040 Stream ID 0x1 Stream Ptr a54431a0 Fin=0 Len=4096
-1301284032[b7217740]: SpdySession3::UpdateLocalRwin a7bf8040 0x1 4096
-1301284032[b7217740]: SpdyStream3::WriteSegments a54431a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 4 to 2
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Age: 29627
-1301284032[b7217740]: Cache-Control: max-age=43200, public
-1301284032[b7217740]: Content-Encoding: gzip
-1301284032[b7217740]: Content-Length: 14888
-1301284032[b7217740]: Content-Type: text/javascript
-1301284032[b7217740]: Date: Thu, 08 Nov 2012 21:55:40 GMT
-1301284032[b7217740]: Expires: Fri, 09 Nov 2012 09:55:40 GMT
-1301284032[b7217740]: Last-Modified: Mon, 22 Oct 2012 15:51:19 GMT
-1301284032[b7217740]: Server: GFE/2.0
-1301284032[b7217740]: Vary: Accept-Encoding
-1301284032[b7217740]: x-content-type-options: nosniff, nosniff
-1301284032[b7217740]: X-Firefox-Spdy: 3
-1301284032[b7217740]: ]
-1301284032[b7217740]: SpdyStream3::WriteSegments a54431a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 2
-1301284032[b7217740]: Start Processing Data Frame. Session=a7bf8040 Stream ID 0x1 Stream Ptr a54431a0 Fin=0 Len=4096
-1301284032[b7217740]: SpdySession3::UpdateLocalRwin a7bf8040 0x1 4096
-1301284032[b7217740]: SpdyStream3::WriteSegments a54431a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 2
-1301284032[b7217740]: Start Processing Data Frame. Session=a7bf8040 Stream ID 0x1 Stream Ptr a54431a0 Fin=0 Len=4096
-1301284032[b7217740]: SpdySession3::UpdateLocalRwin a7bf8040 0x1 4096
-1301284032[b7217740]: SpdyStream3::WriteSegments a54431a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::WriteSegments a54431a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 2
-1301284032[b7217740]: Start Processing Data Frame. Session=a7bf8040 Stream ID 0x1 Stream Ptr a54431a0 Fin=1 Len=2600
-1301284032[b7217740]: SpdySession3::UpdateLocalRwin a7bf8040 0x1 2600
-1301284032[b7217740]: SpdyStream3::WriteSegments a54431a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::WriteSegments a54431a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 0
-1301284032[b7217740]: SpdySession3::WriteSegments session=a7bf8040 stream=a54431a0 0x1 needscleanup=0. cleanup stream based on stream->writeSegments returning BASE_STREAM_CLOSED
-1301284032[b7217740]: SpdySession3::CleanupStream a7bf8040 a54431a0 0x1 0
-1301284032[b7217740]: SpdySession3::CloseStream a7bf8040 a54431a0 0x1 0
-1301284032[b7217740]: SpdySession3 a7bf8040 buffering frame header read failure 80470007
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Accept-Ranges: bytes
-1301284032[b7217740]: Content-Type: image/jpeg
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:26 GMT
-1301284032[b7217740]: Etag: W/"1856-1352387752000"
-1301284032[b7217740]: Last-Modified: Thu, 08 Nov 2012 15:15:52 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 1856
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:09:52 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:09:52 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:09:52 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:09:52 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /__utm.gif?utmwv=5.3.7&utms=1&utmn=567198026&utmhn=accounts.bizo.com&utmcs=ISO-8859-1&utmsr=1024x768&utmvp=978x623&utmsc=16-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Account%20Login%20%7C%20Bizo%20Marketing%20Platform&utmhid=74204942&utmr=-&utmp=%2Fa%2Flogin&utmac=UA-5626189-1&utmcc=__utma%3D29423020.1417391830.1352441392.1352441392.1352441392.1%3B%2B__utmz%3D29423020.1352441392.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=qB~ HTTP/1.1
-1220265664[b7217270]: Host: ssl.google-analytics.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: image/png,image/*;q=0.8,*/*;q=0.5
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: ]
-1301284032[b7217740]: SpdyStream3::SpdyStream3 a485c7a0
-1301284032[b7217740]: SpdySession3::AddStream session=a7bf8040 stream=a485c7a0 NextID=0x3 (tentative)
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 stream a485c7a0 activated immediately.
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 activating stream a485c7a0 Currently 1 streams in session, high water mark is 1
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a485c7a0 0x0 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a485c7a0 ReadSegments reader=a7bf8048 count=2048 state=0
-1301284032[b7217740]: SpdyStream3::OnReadSegment a485c7a0 count=762 state=0
-1301284032[b7217740]: SpdyStream3::ParseHttpRequestHeaders a485c7a0 avail=762 state=0
-1301284032[b7217740]: SpdySession3::RegisterStreamID session=a7bf8040 stream=a485c7a0 id=0x3 concurrent=1
-1301284032[b7217740]: ParseHttpRequestHeaders a485c7a0 used 762 of 762. complete = 1
-1301284032[b7217740]: SpdyStream3::TransmitFrame a485c7a0 inline=817 stream=0
-1301284032[b7217740]: SpdyStream3::TransmitFrame for inline session=a7bf8040 stream=a485c7a0 result 0 len=817
-1301284032[b7217740]: SpdyStream3::ChangeState() a485c7a0 from 0 to 2
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a485c7a0 countread=762
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a485c7a0 0x3 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a485c7a0 ReadSegments reader=a7bf8048 count=32768 state=2
-1301284032[b7217740]: SpdyStream3::ReadSegments a485c7a0 0x3: Sending request data complete, mUpstreamState=2
-1301284032[b7217740]: SpdyStream3::ChangeState() a485c7a0 from 2 to 5
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a485c7a0 stream send complete
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 37 weight: 400 width: 0 style: normal TEXTRUN [Waiting for ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 37 weight: 400 width: 0 style: normal TEXTRUN [Waiting for ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 37 weight: 400 width: 0 style: normal TEXTRUN [Waiting for ssl.google-analytics.com…] ENDTEXTRUN
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 1
-1301284032[b7217740]: SpdySession3::WriteSegments a7bf8040 - Control Frame Identified type 2 version 3 data len 144
-1301284032[b7217740]: SpdySession3::HandleSynReply a7bf8040 lookup via streamID in syn_reply.
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 1 to 0
-1301284032[b7217740]: SpdySession3 a7bf8040 buffering frame header read failure 80470007
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 2
-1301284032[b7217740]: SpdySession3 a7bf8040 First Data Frame Flushes Headers stream 0x3
-1301284032[b7217740]: SpdySession3::ResponseHeadersComplete a7bf8040 for 0x3 fin=0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 4
-1301284032[b7217740]: Start Processing Data Frame. Session=a7bf8040 Stream ID 0x3 Stream Ptr a485c7a0 Fin=1 Len=35
-1301284032[b7217740]: SpdySession3::UpdateLocalRwin a7bf8040 0x3 35
-1301284032[b7217740]: SpdyStream3::WriteSegments a485c7a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 4 to 2
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Age: 142715
-1301284032[b7217740]: Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
-1301284032[b7217740]: Content-Length: 35
-1301284032[b7217740]: Content-Type: image/gif
-1301284032[b7217740]: Date: Wed, 07 Nov 2012 14:30:52 GMT
-1301284032[b7217740]: Expires: Wed, 19 Apr 2000 11:43:00 GMT
-1301284032[b7217740]: Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
-1301284032[b7217740]: Pragma: no-cache
-1301284032[b7217740]: Server: GFE/2.0
-1301284032[b7217740]: x-content-type-options: nosniff
-1301284032[b7217740]: X-Firefox-Spdy: 3
-1301284032[b7217740]: ]
-1301284032[b7217740]: SpdyStream3::WriteSegments a485c7a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::WriteSegments a485c7a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 0
-1301284032[b7217740]: SpdySession3::WriteSegments session=a7bf8040 stream=a485c7a0 0x3 needscleanup=0. cleanup stream based on stream->writeSegments returning BASE_STREAM_CLOSED
-1301284032[b7217740]: SpdySession3::CleanupStream a7bf8040 a485c7a0 0x3 0
-1301284032[b7217740]: SpdySession3::CloseStream a7bf8040 a485c7a0 0x3 0
-1301284032[b7217740]: SpdySession3 a7bf8040 buffering frame header read failure 80470007
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 37 weight: 400 width: 0 style: normal TEXTRUN [Waiting for ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /favicon.ico HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: image/png,image/*;q=0.8,*/*;q=0.5
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744; __utma=29423020.1417391830.1352441392.1352441392.1352441392.1; __utmb=29423020.1.10.1352441392; __utmc=29423020; __utmz=29423020.1352441392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-1220265664[b7217270]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Accept-Ranges: bytes
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:27 GMT
-1301284032[b7217740]: Etag: W/"3638-1352387750000"
-1301284032[b7217740]: Last-Modified: Thu, 08 Nov 2012 15:15:50 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 3638
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=YES, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=f, unicode=0x66
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="f"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=f, unicode=0x66
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Shift_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=at, unicode=0x40
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="@"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=at, unicode=0x40
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Shift_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=f, unicode=0x66
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="f"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=f, unicode=0x66
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=period, unicode=0x2E
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="."
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=period, unicode=0x2E
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=c, unicode=0x63
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="c"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=c, unicode=0x63
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=m, unicode=0x6D
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="m"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=m, unicode=0x6D
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=PASSWORD mHTMLInputType=password
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=PASSWORD mHTMLInputType=password
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=p, unicode=0x70
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="p"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN [●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=p, unicode=0x70
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="a"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 2 weight: 400 width: 0 style: normal TEXTRUN [●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=s, unicode=0x73
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="s"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 3 weight: 400 width: 0 style: normal TEXTRUN [●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=s, unicode=0x73
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=s, unicode=0x73
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="s"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 4 weight: 400 width: 0 style: normal TEXTRUN [●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=s, unicode=0x73
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=w, unicode=0x77
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="w"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 5 weight: 400 width: 0 style: normal TEXTRUN [●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=w, unicode=0x77
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 6 weight: 400 width: 0 style: normal TEXTRUN [●●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=r, unicode=0x72
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="r"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 7 weight: 400 width: 0 style: normal TEXTRUN [●●●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=r, unicode=0x72
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=d, unicode=0x64
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="d"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 8 weight: 400 width: 0 style: normal TEXTRUN [●●●●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=d, unicode=0x64
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: http request [
-1220265664[b7217270]: POST /a/login HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744; __utma=29423020.1417391830.1352441392.1352441392.1352441392.1; __utmb=29423020.1.10.1352441392; __utmc=29423020; __utmz=29423020.1352441392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-1220265664[b7217270]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Content-Language: en-US
-1301284032[b7217740]: Content-Type: text/html;charset=ISO-8859-1
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:28 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 6454
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN […] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [A] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [u] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [L] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [g] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN [|] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [B] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [z] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [M] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [a] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [r] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [k] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [e] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=YES, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:09:53 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:09:53 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:09:53 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:09:53 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /__utm.gif?utmwv=5.3.7&utms=2&utmn=2107795727&utmhn=accounts.bizo.com&utmcs=ISO-8859-1&utmsr=1024x768&utmvp=978x623&utmsc=16-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Account%20Login%20%7C%20Bizo%20Marketing%20Platform&utmhid=1356614360&utmr=0&utmp=%2Fa%2Flogin&utmac=UA-5626189-1&utmcc=__utma%3D29423020.1417391830.1352441392.1352441392.1352441392.1%3B%2B__utmz%3D29423020.1352441392.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=qB~ HTTP/1.1
-1220265664[b7217270]: Host: ssl.google-analytics.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: image/png,image/*;q=0.8,*/*;q=0.5
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: ]
-1301284032[b7217740]: SpdyStream3::SpdyStream3 a3589d80
-1301284032[b7217740]: SpdySession3::AddStream session=a7bf8040 stream=a3589d80 NextID=0x5 (tentative)
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 stream a3589d80 activated immediately.
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 activating stream a3589d80 Currently 1 streams in session, high water mark is 1
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a3589d80 0x0 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a3589d80 ReadSegments reader=a7bf8048 count=2048 state=0
-1301284032[b7217740]: SpdyStream3::OnReadSegment a3589d80 count=765 state=0
-1301284032[b7217740]: SpdyStream3::ParseHttpRequestHeaders a3589d80 avail=765 state=0
-1301284032[b7217740]: SpdySession3::RegisterStreamID session=a7bf8040 stream=a3589d80 id=0x5 concurrent=1
-1301284032[b7217740]: ParseHttpRequestHeaders a3589d80 used 765 of 765. complete = 1
-1301284032[b7217740]: SpdyStream3::TransmitFrame a3589d80 inline=820 stream=0
-1301284032[b7217740]: SpdyStream3::TransmitFrame for inline session=a7bf8040 stream=a3589d80 result 0 len=820
-1301284032[b7217740]: SpdyStream3::ChangeState() a3589d80 from 0 to 2
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a3589d80 countread=765
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a3589d80 0x5 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a3589d80 ReadSegments reader=a7bf8048 count=32768 state=2
-1301284032[b7217740]: SpdyStream3::ReadSegments a3589d80 0x5: Sending request data complete, mUpstreamState=2
-1301284032[b7217740]: SpdyStream3::ChangeState() a3589d80 from 2 to 5
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a3589d80 stream send complete
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 1
-1301284032[b7217740]: SpdySession3::WriteSegments a7bf8040 - Control Frame Identified type 2 version 3 data len 19
-1301284032[b7217740]: SpdySession3::HandleSynReply a7bf8040 lookup via streamID in syn_reply.
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 1 to 0
-1301284032[b7217740]: SpdySession3 a7bf8040 buffering frame header read failure 80470007
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 2
-1301284032[b7217740]: SpdySession3 a7bf8040 First Data Frame Flushes Headers stream 0x5
-1301284032[b7217740]: SpdySession3::ResponseHeadersComplete a7bf8040 for 0x5 fin=0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 4
-1301284032[b7217740]: Start Processing Data Frame. Session=a7bf8040 Stream ID 0x5 Stream Ptr a3589d80 Fin=1 Len=35
-1301284032[b7217740]: SpdySession3::UpdateLocalRwin a7bf8040 0x5 35
-1301284032[b7217740]: SpdyStream3::WriteSegments a3589d80 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 4 to 2
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Age: 142717
-1301284032[b7217740]: Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
-1301284032[b7217740]: Content-Length: 35
-1301284032[b7217740]: Content-Type: image/gif
-1301284032[b7217740]: Date: Wed, 07 Nov 2012 14:30:52 GMT
-1301284032[b7217740]: Expires: Wed, 19 Apr 2000 11:43:00 GMT
-1301284032[b7217740]: Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
-1301284032[b7217740]: Pragma: no-cache
-1301284032[b7217740]: Server: GFE/2.0
-1301284032[b7217740]: x-content-type-options: nosniff
-1301284032[b7217740]: X-Firefox-Spdy: 3
-1301284032[b7217740]: ]
-1301284032[b7217740]: SpdyStream3::WriteSegments a3589d80 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::WriteSegments a3589d80 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 0
-1301284032[b7217740]: SpdySession3::WriteSegments session=a7bf8040 stream=a3589d80 0x5 needscleanup=0. cleanup stream based on stream->writeSegments returning BASE_STREAM_CLOSED
-1301284032[b7217740]: SpdySession3::CleanupStream a7bf8040 a3589d80 0x5 0
-1301284032[b7217740]: SpdySession3::CloseStream a7bf8040 a3589d80 0x5 0
-1301284032[b7217740]: SpdySession3 a7bf8040 buffering frame header read failure 80470007
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /a/login? HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744; __utma=29423020.1417391830.1352441392.1352441392.1352441392.1; __utmb=29423020.2.10.1352441392; __utmc=29423020; __utmz=29423020.1352441392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-1220265664[b7217270]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 302 Moved Temporarily
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:28 GMT
-1301284032[b7217740]: Location: https://accounts.bizo.com/a/login
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 0
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /a/login HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744; __utma=29423020.1417391830.1352441392.1352441392.1352441392.1; __utmb=29423020.2.10.1352441392; __utmc=29423020; __utmz=29423020.1352441392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-1220265664[b7217270]: ]
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Content-Language: en-US
-1301284032[b7217740]: Content-Type: text/html;charset=ISO-8859-1
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:28 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 6320
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN […] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [A] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [u] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [L] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [g] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN [|] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [B] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [z] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [M] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [a] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [r] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [k] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [e] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=YES, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:09:54 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:09:54 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:09:54 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:09:54 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /__utm.gif?utmwv=5.3.7&utms=3&utmn=130267209&utmhn=accounts.bizo.com&utmcs=ISO-8859-1&utmsr=1024x768&utmvp=978x623&utmsc=16-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Account%20Login%20%7C%20Bizo%20Marketing%20Platform&utmhid=982667129&utmr=-&utmp=%2Fa%2Flogin&utmac=UA-5626189-1&utmcc=__utma%3D29423020.1417391830.1352441392.1352441392.1352441392.1%3B%2B__utmz%3D29423020.1352441392.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=qB~ HTTP/1.1
-1220265664[b7217270]: Host: ssl.google-analytics.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: image/png,image/*;q=0.8,*/*;q=0.5
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: ]
-1301284032[b7217740]: SpdyStream3::SpdyStream3 a2efcb60
-1301284032[b7217740]: SpdySession3::AddStream session=a7bf8040 stream=a2efcb60 NextID=0x7 (tentative)
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 stream a2efcb60 activated immediately.
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 activating stream a2efcb60 Currently 1 streams in session, high water mark is 1
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a2efcb60 0x0 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a2efcb60 ReadSegments reader=a7bf8048 count=2048 state=0
-1301284032[b7217740]: SpdyStream3::OnReadSegment a2efcb60 count=763 state=0
-1301284032[b7217740]: SpdyStream3::ParseHttpRequestHeaders a2efcb60 avail=763 state=0
-1301284032[b7217740]: SpdySession3::RegisterStreamID session=a7bf8040 stream=a2efcb60 id=0x7 concurrent=1
-1301284032[b7217740]: ParseHttpRequestHeaders a2efcb60 used 763 of 763. complete = 1
-1301284032[b7217740]: SpdyStream3::TransmitFrame a2efcb60 inline=818 stream=0
-1301284032[b7217740]: SpdyStream3::TransmitFrame for inline session=a7bf8040 stream=a2efcb60 result 0 len=818
-1301284032[b7217740]: SpdyStream3::ChangeState() a2efcb60 from 0 to 2
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a2efcb60 countread=763
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a2efcb60 0x7 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a2efcb60 ReadSegments reader=a7bf8048 count=32768 state=2
-1301284032[b7217740]: SpdyStream3::ReadSegments a2efcb60 0x7: Sending request data complete, mUpstreamState=2
-1301284032[b7217740]: SpdyStream3::ChangeState() a2efcb60 from 2 to 5
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a2efcb60 stream send complete
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 1
-1301284032[b7217740]: SpdySession3::WriteSegments a7bf8040 - Control Frame Identified type 2 version 3 data len 16
-1301284032[b7217740]: SpdySession3::HandleSynReply a7bf8040 lookup via streamID in syn_reply.
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 1 to 0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 2
-1301284032[b7217740]: SpdySession3 a7bf8040 First Data Frame Flushes Headers stream 0x7
-1301284032[b7217740]: SpdySession3::ResponseHeadersComplete a7bf8040 for 0x7 fin=0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 4
-1301284032[b7217740]: Start Processing Data Frame. Session=a7bf8040 Stream ID 0x7 Stream Ptr a2efcb60 Fin=1 Len=35
-1301284032[b7217740]: SpdySession3::UpdateLocalRwin a7bf8040 0x7 35
-1301284032[b7217740]: SpdyStream3::WriteSegments a2efcb60 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 4 to 2
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Age: 142717
-1301284032[b7217740]: Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
-1301284032[b7217740]: Content-Length: 35
-1301284032[b7217740]: Content-Type: image/gif
-1301284032[b7217740]: Date: Wed, 07 Nov 2012 14:30:52 GMT
-1301284032[b7217740]: Expires: Wed, 19 Apr 2000 11:43:00 GMT
-1301284032[b7217740]: Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
-1301284032[b7217740]: Pragma: no-cache
-1301284032[b7217740]: Server: GFE/2.0
-1301284032[b7217740]: x-content-type-options: nosniff
-1301284032[b7217740]: X-Firefox-Spdy: 3
-1301284032[b7217740]: ]
-1301284032[b7217740]: SpdyStream3::WriteSegments a2efcb60 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::WriteSegments a2efcb60 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 0
-1301284032[b7217740]: SpdySession3::WriteSegments session=a7bf8040 stream=a2efcb60 0x7 needscleanup=0. cleanup stream based on stream->writeSegments returning BASE_STREAM_CLOSED
-1301284032[b7217740]: SpdySession3::CleanupStream a7bf8040 a2efcb60 0x7 0
-1301284032[b7217740]: SpdySession3::CloseStream a7bf8040 a2efcb60 0x7 0
-1301284032[b7217740]: SpdySession3 a7bf8040 buffering frame header read failure 80470007
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=f, unicode=0x66
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="f"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=f, unicode=0x66
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Shift_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=at, unicode=0x40
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="@"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=at, unicode=0x40
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Shift_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=f, unicode=0x66
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="f"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=f, unicode=0x66
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=period, unicode=0x2E
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="."
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=period, unicode=0x2E
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=c, unicode=0x63
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="c"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=c, unicode=0x63
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=m, unicode=0x6D
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="m"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=m, unicode=0x6D
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=PASSWORD mHTMLInputType=password
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=PASSWORD mHTMLInputType=password
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnBlurWindow, aWindow=ace1d2f0, mLastFocusedWindow=ace1d2f0, mIsIMFocused=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusWindow, aWindow=ace1d2f0, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=p, unicode=0x70
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="p"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN [●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=p, unicode=0x70
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="a"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 2 weight: 400 width: 0 style: normal TEXTRUN [●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=s, unicode=0x73
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="s"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 3 weight: 400 width: 0 style: normal TEXTRUN [●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=s, unicode=0x73
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=s, unicode=0x73
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="s"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 4 weight: 400 width: 0 style: normal TEXTRUN [●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=s, unicode=0x73
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=w, unicode=0x77
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="w"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 5 weight: 400 width: 0 style: normal TEXTRUN [●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=w, unicode=0x77
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 6 weight: 400 width: 0 style: normal TEXTRUN [●●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=r, unicode=0x72
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="r"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 7 weight: 400 width: 0 style: normal TEXTRUN [●●●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=r, unicode=0x72
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=d, unicode=0x64
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="d"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 8 weight: 400 width: 0 style: normal TEXTRUN [●●●●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=d, unicode=0x64
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [F] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [File] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [E] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Edit] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [V] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [View] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [s] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 2 weight: 400 width: 0 style: normal TEXTRUN [Hi] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [History] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [B] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [Bookmarks] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [T] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 5 weight: 400 width: 0 style: normal TEXTRUN [Tools] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [H] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Help] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: http request [
-1220265664[b7217270]: POST /a/login HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744; __utma=29423020.1417391830.1352441392.1352441392.1352441392.1; __utmb=29423020.3.10.1352441392; __utmc=29423020; __utmz=29423020.1352441392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-1220265664[b7217270]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Content-Language: en-US
-1301284032[b7217740]: Content-Type: text/html;charset=ISO-8859-1
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:31 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 6454
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN […] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [A] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [u] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [L] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [g] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN [|] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [B] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [z] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [M] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [a] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [r] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [k] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [e] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=YES, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:09:56 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:09:56 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:09:56 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:09:56 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /__utm.gif?utmwv=5.3.7&utms=4&utmn=2146490975&utmhn=accounts.bizo.com&utmcs=ISO-8859-1&utmsr=1024x768&utmvp=978x623&utmsc=16-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Account%20Login%20%7C%20Bizo%20Marketing%20Platform&utmhid=1852433004&utmr=0&utmp=%2Fa%2Flogin&utmac=UA-5626189-1&utmcc=__utma%3D29423020.1417391830.1352441392.1352441392.1352441392.1%3B%2B__utmz%3D29423020.1352441392.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=qB~ HTTP/1.1
-1220265664[b7217270]: Host: ssl.google-analytics.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: image/png,image/*;q=0.8,*/*;q=0.5
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: ]
-1301284032[b7217740]: SpdyStream3::SpdyStream3 a485cb60
-1301284032[b7217740]: SpdySession3::AddStream session=a7bf8040 stream=a485cb60 NextID=0x9 (tentative)
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 stream a485cb60 activated immediately.
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 activating stream a485cb60 Currently 1 streams in session, high water mark is 1
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a485cb60 0x0 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a485cb60 ReadSegments reader=a7bf8048 count=2048 state=0
-1301284032[b7217740]: SpdyStream3::OnReadSegment a485cb60 count=765 state=0
-1301284032[b7217740]: SpdyStream3::ParseHttpRequestHeaders a485cb60 avail=765 state=0
-1301284032[b7217740]: SpdySession3::RegisterStreamID session=a7bf8040 stream=a485cb60 id=0x9 concurrent=1
-1301284032[b7217740]: ParseHttpRequestHeaders a485cb60 used 765 of 765. complete = 1
-1301284032[b7217740]: SpdyStream3::TransmitFrame a485cb60 inline=820 stream=0
-1301284032[b7217740]: SpdyStream3::TransmitFrame for inline session=a7bf8040 stream=a485cb60 result 0 len=820
-1301284032[b7217740]: SpdyStream3::ChangeState() a485cb60 from 0 to 2
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a485cb60 countread=765
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a485cb60 0x9 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a485cb60 ReadSegments reader=a7bf8048 count=32768 state=2
-1301284032[b7217740]: SpdyStream3::ReadSegments a485cb60 0x9: Sending request data complete, mUpstreamState=2
-1301284032[b7217740]: SpdyStream3::ChangeState() a485cb60 from 2 to 5
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a485cb60 stream send complete
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 1
-1301284032[b7217740]: SpdySession3::WriteSegments a7bf8040 - Control Frame Identified type 2 version 3 data len 19
-1301284032[b7217740]: SpdySession3::HandleSynReply a7bf8040 lookup via streamID in syn_reply.
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 1 to 0
-1301284032[b7217740]: SpdySession3 a7bf8040 buffering frame header read failure 80470007
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 2
-1301284032[b7217740]: SpdySession3 a7bf8040 First Data Frame Flushes Headers stream 0x9
-1301284032[b7217740]: SpdySession3::ResponseHeadersComplete a7bf8040 for 0x9 fin=0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 4
-1301284032[b7217740]: Start Processing Data Frame. Session=a7bf8040 Stream ID 0x9 Stream Ptr a485cb60 Fin=1 Len=35
-1301284032[b7217740]: SpdySession3::UpdateLocalRwin a7bf8040 0x9 35
-1301284032[b7217740]: SpdyStream3::WriteSegments a485cb60 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 4 to 2
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Age: 142719
-1301284032[b7217740]: Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
-1301284032[b7217740]: Content-Length: 35
-1301284032[b7217740]: Content-Type: image/gif
-1301284032[b7217740]: Date: Wed, 07 Nov 2012 14:30:52 GMT
-1301284032[b7217740]: Expires: Wed, 19 Apr 2000 11:43:00 GMT
-1301284032[b7217740]: Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
-1301284032[b7217740]: Pragma: no-cache
-1301284032[b7217740]: Server: GFE/2.0
-1301284032[b7217740]: x-content-type-options: nosniff
-1301284032[b7217740]: X-Firefox-Spdy: 3
-1301284032[b7217740]: ]
-1301284032[b7217740]: SpdyStream3::WriteSegments a485cb60 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::WriteSegments a485cb60 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 0
-1301284032[b7217740]: SpdySession3::WriteSegments session=a7bf8040 stream=a485cb60 0x9 needscleanup=0. cleanup stream based on stream->writeSegments returning BASE_STREAM_CLOSED
-1301284032[b7217740]: SpdySession3::CleanupStream a7bf8040 a485cb60 0x9 0
-1301284032[b7217740]: SpdySession3::CloseStream a7bf8040 a485cb60 0x9 0
-1301284032[b7217740]: SpdySession3 a7bf8040 buffering frame header read failure 80470007
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /a/login? HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744; __utma=29423020.1417391830.1352441392.1352441392.1352441392.1; __utmb=29423020.4.10.1352441392; __utmc=29423020; __utmz=29423020.1352441392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-1220265664[b7217270]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 302 Moved Temporarily
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:31 GMT
-1301284032[b7217740]: Location: https://accounts.bizo.com/a/login
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 0
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /a/login HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744; __utma=29423020.1417391830.1352441392.1352441392.1352441392.1; __utmb=29423020.4.10.1352441392; __utmc=29423020; __utmz=29423020.1352441392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-1220265664[b7217270]: ]
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Content-Language: en-US
-1301284032[b7217740]: Content-Type: text/html;charset=ISO-8859-1
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:31 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 6320
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN […] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [A] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [u] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [L] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [g] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN [|] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [B] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [z] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [M] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [a] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [r] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [k] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [e] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=YES, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:09:58 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:09:58 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:09:58 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:09:58 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /__utm.gif?utmwv=5.3.7&utms=5&utmn=549180202&utmhn=accounts.bizo.com&utmcs=ISO-8859-1&utmsr=1024x768&utmvp=978x623&utmsc=16-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Account%20Login%20%7C%20Bizo%20Marketing%20Platform&utmhid=1565319770&utmr=-&utmp=%2Fa%2Flogin&utmac=UA-5626189-1&utmcc=__utma%3D29423020.1417391830.1352441392.1352441392.1352441392.1%3B%2B__utmz%3D29423020.1352441392.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=qB~ HTTP/1.1
-1220265664[b7217270]: Host: ssl.google-analytics.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: image/png,image/*;q=0.8,*/*;q=0.5
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: ]
-1301284032[b7217740]: SpdyStream3::SpdyStream3 a7bb8060
-1301284032[b7217740]: SpdySession3::AddStream session=a7bf8040 stream=a7bb8060 NextID=0xB (tentative)
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 stream a7bb8060 activated immediately.
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 activating stream a7bb8060 Currently 1 streams in session, high water mark is 1
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a7bb8060 0x0 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a7bb8060 ReadSegments reader=a7bf8048 count=2048 state=0
-1301284032[b7217740]: SpdyStream3::OnReadSegment a7bb8060 count=764 state=0
-1301284032[b7217740]: SpdyStream3::ParseHttpRequestHeaders a7bb8060 avail=764 state=0
-1301284032[b7217740]: SpdySession3::RegisterStreamID session=a7bf8040 stream=a7bb8060 id=0xB concurrent=1
-1301284032[b7217740]: ParseHttpRequestHeaders a7bb8060 used 764 of 764. complete = 1
-1301284032[b7217740]: SpdyStream3::TransmitFrame a7bb8060 inline=819 stream=0
-1301284032[b7217740]: SpdyStream3::TransmitFrame for inline session=a7bf8040 stream=a7bb8060 result 0 len=819
-1301284032[b7217740]: SpdyStream3::ChangeState() a7bb8060 from 0 to 2
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a7bb8060 countread=764
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a7bb8060 0xB block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a7bb8060 ReadSegments reader=a7bf8048 count=32768 state=2
-1301284032[b7217740]: SpdyStream3::ReadSegments a7bb8060 0xB: Sending request data complete, mUpstreamState=2
-1301284032[b7217740]: SpdyStream3::ChangeState() a7bb8060 from 2 to 5
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a7bb8060 stream send complete
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 1
-1301284032[b7217740]: SpdySession3::WriteSegments a7bf8040 - Control Frame Identified type 2 version 3 data len 20
-1301284032[b7217740]: SpdySession3::HandleSynReply a7bf8040 lookup via streamID in syn_reply.
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 1 to 0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 2
-1301284032[b7217740]: SpdySession3 a7bf8040 First Data Frame Flushes Headers stream 0xB
-1301284032[b7217740]: SpdySession3::ResponseHeadersComplete a7bf8040 for 0xB fin=0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 4
-1301284032[b7217740]: Start Processing Data Frame. Session=a7bf8040 Stream ID 0xB Stream Ptr a7bb8060 Fin=1 Len=35
-1301284032[b7217740]: SpdySession3::UpdateLocalRwin a7bf8040 0xB 35
-1301284032[b7217740]: SpdyStream3::WriteSegments a7bb8060 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 4 to 2
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Age: 142721
-1301284032[b7217740]: Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
-1301284032[b7217740]: Content-Length: 35
-1301284032[b7217740]: Content-Type: image/gif
-1301284032[b7217740]: Date: Wed, 07 Nov 2012 14:30:52 GMT
-1301284032[b7217740]: Expires: Wed, 19 Apr 2000 11:43:00 GMT
-1301284032[b7217740]: Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
-1301284032[b7217740]: Pragma: no-cache
-1301284032[b7217740]: Server: GFE/2.0
-1301284032[b7217740]: x-content-type-options: nosniff
-1301284032[b7217740]: X-Firefox-Spdy: 3
-1301284032[b7217740]: ]
-1301284032[b7217740]: SpdyStream3::WriteSegments a7bb8060 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::WriteSegments a7bb8060 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 0
-1301284032[b7217740]: SpdySession3::WriteSegments session=a7bf8040 stream=a7bb8060 0xB needscleanup=0. cleanup stream based on stream->writeSegments returning BASE_STREAM_CLOSED
-1301284032[b7217740]: SpdySession3::CleanupStream a7bf8040 a7bb8060 0xB 0
-1301284032[b7217740]: SpdySession3::CloseStream a7bf8040 a7bb8060 0xb 0
-1301284032[b7217740]: SpdySession3 a7bf8040 buffering frame header read failure 80470007
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=f, unicode=0x66
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="f"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=f, unicode=0x66
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Shift_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=at, unicode=0x40
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="@"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=at, unicode=0x40
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Shift_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=f, unicode=0x66
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="f"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=f, unicode=0x66
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=period, unicode=0x2E
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="."
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=period, unicode=0x2E
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=c, unicode=0x63
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="c"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=c, unicode=0x63
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=m, unicode=0x6D
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="m"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=m, unicode=0x6D
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=PASSWORD mHTMLInputType=password
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=PASSWORD mHTMLInputType=password
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnBlurWindow, aWindow=ace1d2f0, mLastFocusedWindow=ace1d2f0, mIsIMFocused=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusWindow, aWindow=ace1d2f0, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [F] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [File] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [E] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Edit] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [V] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [View] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [s] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 2 weight: 400 width: 0 style: normal TEXTRUN [Hi] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [History] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [B] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [Bookmarks] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [T] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 5 weight: 400 width: 0 style: normal TEXTRUN [Tools] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [H] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Help] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=p, unicode=0x70
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="p"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN [●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=p, unicode=0x70
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="a"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 2 weight: 400 width: 0 style: normal TEXTRUN [●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=s, unicode=0x73
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="s"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 3 weight: 400 width: 0 style: normal TEXTRUN [●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=s, unicode=0x73
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=s, unicode=0x73
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="s"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 4 weight: 400 width: 0 style: normal TEXTRUN [●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=s, unicode=0x73
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=w, unicode=0x77
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="w"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 5 weight: 400 width: 0 style: normal TEXTRUN [●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=w, unicode=0x77
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 6 weight: 400 width: 0 style: normal TEXTRUN [●●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=r, unicode=0x72
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="r"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 7 weight: 400 width: 0 style: normal TEXTRUN [●●●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=r, unicode=0x72
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=d, unicode=0x64
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="d"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 8 weight: 400 width: 0 style: normal TEXTRUN [●●●●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=d, unicode=0x64
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: http request [
-1220265664[b7217270]: POST /a/login HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744; __utma=29423020.1417391830.1352441392.1352441392.1352441392.1; __utmb=29423020.5.10.1352441392; __utmc=29423020; __utmz=29423020.1352441392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-1220265664[b7217270]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Content-Language: en-US
-1301284032[b7217740]: Content-Type: text/html;charset=ISO-8859-1
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:34 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 6454
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN […] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [A] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [u] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [L] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [g] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN [|] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [B] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [z] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [M] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [a] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [r] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [k] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [e] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=YES, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:10:00 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:10:00 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:10:00 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:10:00 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /__utm.gif?utmwv=5.3.7&utms=6&utmn=1436243346&utmhn=accounts.bizo.com&utmcs=ISO-8859-1&utmsr=1024x768&utmvp=978x623&utmsc=16-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Account%20Login%20%7C%20Bizo%20Marketing%20Platform&utmhid=1411938904&utmr=0&utmp=%2Fa%2Flogin&utmac=UA-5626189-1&utmcc=__utma%3D29423020.1417391830.1352441392.1352441392.1352441392.1%3B%2B__utmz%3D29423020.1352441392.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=qB~ HTTP/1.1
-1220265664[b7217270]: Host: ssl.google-analytics.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: image/png,image/*;q=0.8,*/*;q=0.5
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: ]
-1301284032[b7217740]: SpdyStream3::SpdyStream3 a32042e0
-1301284032[b7217740]: SpdySession3::AddStream session=a7bf8040 stream=a32042e0 NextID=0xD (tentative)
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 stream a32042e0 activated immediately.
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 activating stream a32042e0 Currently 1 streams in session, high water mark is 1
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a32042e0 0x0 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a32042e0 ReadSegments reader=a7bf8048 count=2048 state=0
-1301284032[b7217740]: SpdyStream3::OnReadSegment a32042e0 count=765 state=0
-1301284032[b7217740]: SpdyStream3::ParseHttpRequestHeaders a32042e0 avail=765 state=0
-1301284032[b7217740]: SpdySession3::RegisterStreamID session=a7bf8040 stream=a32042e0 id=0xD concurrent=1
-1301284032[b7217740]: ParseHttpRequestHeaders a32042e0 used 765 of 765. complete = 1
-1301284032[b7217740]: SpdyStream3::TransmitFrame a32042e0 inline=820 stream=0
-1301284032[b7217740]: SpdyStream3::TransmitFrame for inline session=a7bf8040 stream=a32042e0 result 0 len=820
-1301284032[b7217740]: SpdyStream3::ChangeState() a32042e0 from 0 to 2
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a32042e0 countread=765
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a32042e0 0xD block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a32042e0 ReadSegments reader=a7bf8048 count=32768 state=2
-1301284032[b7217740]: SpdyStream3::ReadSegments a32042e0 0xD: Sending request data complete, mUpstreamState=2
-1301284032[b7217740]: SpdyStream3::ChangeState() a32042e0 from 2 to 5
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a32042e0 stream send complete
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 1
-1301284032[b7217740]: SpdySession3::WriteSegments a7bf8040 - Control Frame Identified type 2 version 3 data len 19
-1301284032[b7217740]: SpdySession3::HandleSynReply a7bf8040 lookup via streamID in syn_reply.
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 1 to 0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 2
-1301284032[b7217740]: SpdySession3 a7bf8040 First Data Frame Flushes Headers stream 0xD
-1301284032[b7217740]: SpdySession3::ResponseHeadersComplete a7bf8040 for 0xD fin=0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 4
-1301284032[b7217740]: Start Processing Data Frame. Session=a7bf8040 Stream ID 0xD Stream Ptr a32042e0 Fin=1 Len=35
-1301284032[b7217740]: SpdySession3::UpdateLocalRwin a7bf8040 0xD 35
-1301284032[b7217740]: SpdyStream3::WriteSegments a32042e0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 4 to 2
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Age: 142723
-1301284032[b7217740]: Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
-1301284032[b7217740]: Content-Length: 35
-1301284032[b7217740]: Content-Type: image/gif
-1301284032[b7217740]: Date: Wed, 07 Nov 2012 14:30:52 GMT
-1301284032[b7217740]: Expires: Wed, 19 Apr 2000 11:43:00 GMT
-1301284032[b7217740]: Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
-1301284032[b7217740]: Pragma: no-cache
-1301284032[b7217740]: Server: GFE/2.0
-1301284032[b7217740]: x-content-type-options: nosniff
-1301284032[b7217740]: X-Firefox-Spdy: 3
-1301284032[b7217740]: ]
-1301284032[b7217740]: SpdyStream3::WriteSegments a32042e0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::WriteSegments a32042e0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 0
-1301284032[b7217740]: SpdySession3::WriteSegments session=a7bf8040 stream=a32042e0 0xD needscleanup=0. cleanup stream based on stream->writeSegments returning BASE_STREAM_CLOSED
-1301284032[b7217740]: SpdySession3::CleanupStream a7bf8040 a32042e0 0xD 0
-1301284032[b7217740]: SpdySession3::CloseStream a7bf8040 a32042e0 0xd 0
-1301284032[b7217740]: SpdySession3 a7bf8040 buffering frame header read failure 80470007
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /a/login? HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744; __utma=29423020.1417391830.1352441392.1352441392.1352441392.1; __utmb=29423020.6.10.1352441392; __utmc=29423020; __utmz=29423020.1352441392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-1220265664[b7217270]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 302 Moved Temporarily
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:35 GMT
-1301284032[b7217740]: Location: https://accounts.bizo.com/a/login
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 0
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /a/login HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744; __utma=29423020.1417391830.1352441392.1352441392.1352441392.1; __utmb=29423020.6.10.1352441392; __utmc=29423020; __utmz=29423020.1352441392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-1220265664[b7217270]: ]
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Content-Language: en-US
-1301284032[b7217740]: Content-Type: text/html;charset=ISO-8859-1
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:35 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 6320
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN […] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [A] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [u] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [L] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [g] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN [|] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [B] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [z] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [M] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [a] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [r] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [k] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [e] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=YES, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:10:00 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:10:00 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:10:00 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:10:00 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /__utm.gif?utmwv=5.3.7&utms=7&utmn=1354838289&utmhn=accounts.bizo.com&utmcs=ISO-8859-1&utmsr=1024x768&utmvp=978x623&utmsc=16-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Account%20Login%20%7C%20Bizo%20Marketing%20Platform&utmhid=1878448128&utmr=-&utmp=%2Fa%2Flogin&utmac=UA-5626189-1&utmcc=__utma%3D29423020.1417391830.1352441392.1352441392.1352441392.1%3B%2B__utmz%3D29423020.1352441392.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=qB~ HTTP/1.1
-1220265664[b7217270]: Host: ssl.google-analytics.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: image/png,image/*;q=0.8,*/*;q=0.5
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: ]
-1301284032[b7217740]: SpdyStream3::SpdyStream3 a36766a0
-1301284032[b7217740]: SpdySession3::AddStream session=a7bf8040 stream=a36766a0 NextID=0xF (tentative)
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 stream a36766a0 activated immediately.
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 activating stream a36766a0 Currently 1 streams in session, high water mark is 1
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a36766a0 0x0 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a36766a0 ReadSegments reader=a7bf8048 count=2048 state=0
-1301284032[b7217740]: SpdyStream3::OnReadSegment a36766a0 count=765 state=0
-1301284032[b7217740]: SpdyStream3::ParseHttpRequestHeaders a36766a0 avail=765 state=0
-1301284032[b7217740]: SpdySession3::RegisterStreamID session=a7bf8040 stream=a36766a0 id=0xF concurrent=1
-1301284032[b7217740]: ParseHttpRequestHeaders a36766a0 used 765 of 765. complete = 1
-1301284032[b7217740]: SpdyStream3::TransmitFrame a36766a0 inline=820 stream=0
-1301284032[b7217740]: SpdyStream3::TransmitFrame for inline session=a7bf8040 stream=a36766a0 result 0 len=820
-1301284032[b7217740]: SpdyStream3::ChangeState() a36766a0 from 0 to 2
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a36766a0 countread=765
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a36766a0 0xF block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a36766a0 ReadSegments reader=a7bf8048 count=32768 state=2
-1301284032[b7217740]: SpdyStream3::ReadSegments a36766a0 0xF: Sending request data complete, mUpstreamState=2
-1301284032[b7217740]: SpdyStream3::ChangeState() a36766a0 from 2 to 5
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a36766a0 stream send complete
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 1
-1301284032[b7217740]: SpdySession3::WriteSegments a7bf8040 - Control Frame Identified type 2 version 3 data len 19
-1301284032[b7217740]: SpdySession3::HandleSynReply a7bf8040 lookup via streamID in syn_reply.
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 1 to 0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 2
-1301284032[b7217740]: SpdySession3 a7bf8040 First Data Frame Flushes Headers stream 0xF
-1301284032[b7217740]: SpdySession3::ResponseHeadersComplete a7bf8040 for 0xF fin=0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 4
-1301284032[b7217740]: Start Processing Data Frame. Session=a7bf8040 Stream ID 0xF Stream Ptr a36766a0 Fin=1 Len=35
-1301284032[b7217740]: SpdySession3::UpdateLocalRwin a7bf8040 0xF 35
-1301284032[b7217740]: SpdyStream3::WriteSegments a36766a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 4 to 2
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Age: 142724
-1301284032[b7217740]: Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
-1301284032[b7217740]: Content-Length: 35
-1301284032[b7217740]: Content-Type: image/gif
-1301284032[b7217740]: Date: Wed, 07 Nov 2012 14:30:52 GMT
-1301284032[b7217740]: Expires: Wed, 19 Apr 2000 11:43:00 GMT
-1301284032[b7217740]: Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
-1301284032[b7217740]: Pragma: no-cache
-1301284032[b7217740]: Server: GFE/2.0
-1301284032[b7217740]: x-content-type-options: nosniff
-1301284032[b7217740]: X-Firefox-Spdy: 3
-1301284032[b7217740]: ]
-1301284032[b7217740]: SpdyStream3::WriteSegments a36766a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::WriteSegments a36766a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 0
-1301284032[b7217740]: SpdySession3::WriteSegments session=a7bf8040 stream=a36766a0 0xF needscleanup=0. cleanup stream based on stream->writeSegments returning BASE_STREAM_CLOSED
-1301284032[b7217740]: SpdySession3::CleanupStream a7bf8040 a36766a0 0xF 0
-1301284032[b7217740]: SpdySession3::CloseStream a7bf8040 a36766a0 0xf 0
-1301284032[b7217740]: SpdySession3 a7bf8040 buffering frame header read failure 80470007
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=f, unicode=0x66
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="f"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=f, unicode=0x66
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Shift_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=at, unicode=0x40
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="@"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=at, unicode=0x40
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Shift_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=f, unicode=0x66
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="f"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=f, unicode=0x66
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=period, unicode=0x2E
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="."
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=period, unicode=0x2E
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=c, unicode=0x63
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="c"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=c, unicode=0x63
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=m, unicode=0x6D
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="m"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=m, unicode=0x6D
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=PASSWORD mHTMLInputType=password
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=PASSWORD mHTMLInputType=password
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=p, unicode=0x70
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="p"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN [●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=p, unicode=0x70
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="a"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 2 weight: 400 width: 0 style: normal TEXTRUN [●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=s, unicode=0x73
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="s"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 3 weight: 400 width: 0 style: normal TEXTRUN [●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=s, unicode=0x73
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=s, unicode=0x73
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="s"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 4 weight: 400 width: 0 style: normal TEXTRUN [●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=s, unicode=0x73
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=w, unicode=0x77
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="w"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 5 weight: 400 width: 0 style: normal TEXTRUN [●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=w, unicode=0x77
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 6 weight: 400 width: 0 style: normal TEXTRUN [●●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=r, unicode=0x72
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="r"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 7 weight: 400 width: 0 style: normal TEXTRUN [●●●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=r, unicode=0x72
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=d, unicode=0x64
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22ec0, current context=abc22ec0, commitString="d"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 8 weight: 400 width: 0 style: normal TEXTRUN [●●●●●●●●] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=d, unicode=0x64
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnBlurWindow, aWindow=ace1d2f0, mLastFocusedWindow=ace1d2f0, mIsIMFocused=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusWindow, aWindow=ace1d2f0, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [F] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [File] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [E] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Edit] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [V] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [View] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [s] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 2 weight: 400 width: 0 style: normal TEXTRUN [Hi] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [History] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [B] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [Bookmarks] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [T] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 5 weight: 400 width: 0 style: normal TEXTRUN [Tools] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [H] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Help] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: http request [
-1220265664[b7217270]: POST /a/login HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744; __utma=29423020.1417391830.1352441392.1352441392.1352441392.1; __utmb=29423020.7.10.1352441392; __utmc=29423020; __utmz=29423020.1352441392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-1220265664[b7217270]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Content-Language: en-US
-1301284032[b7217740]: Content-Type: text/html;charset=ISO-8859-1
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:37 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 6454
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 41 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN […] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [A] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [u] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [L] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [g] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN [|] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [B] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [z] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [M] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [a] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [r] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [k] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [e] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=YES, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:10:02 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:10:02 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:10:02 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:10:02 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Read ssl.google-analytics.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Read ssl.google-analytics.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Read ssl.google-analytics.com] ENDTEXTRUN
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /__utm.gif?utmwv=5.3.7&utms=8&utmn=698656875&utmhn=accounts.bizo.com&utmcs=ISO-8859-1&utmsr=1024x768&utmvp=978x623&utmsc=16-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Account%20Login%20%7C%20Bizo%20Marketing%20Platform&utmhid=1035672963&utmr=0&utmp=%2Fa%2Flogin&utmac=UA-5626189-1&utmcc=__utma%3D29423020.1417391830.1352441392.1352441392.1352441392.1%3B%2B__utmz%3D29423020.1352441392.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=qB~ HTTP/1.1
-1220265664[b7217270]: Host: ssl.google-analytics.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: image/png,image/*;q=0.8,*/*;q=0.5
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: ]
-1301284032[b7217740]: SpdyStream3::SpdyStream3 a38607a0
-1301284032[b7217740]: SpdySession3::AddStream session=a7bf8040 stream=a38607a0 NextID=0x11 (tentative)
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 stream a38607a0 activated immediately.
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 activating stream a38607a0 Currently 1 streams in session, high water mark is 1
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a38607a0 0x0 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a38607a0 ReadSegments reader=a7bf8048 count=2048 state=0
-1301284032[b7217740]: SpdyStream3::OnReadSegment a38607a0 count=764 state=0
-1301284032[b7217740]: SpdyStream3::ParseHttpRequestHeaders a38607a0 avail=764 state=0
-1301284032[b7217740]: SpdySession3::RegisterStreamID session=a7bf8040 stream=a38607a0 id=0x11 concurrent=1
-1301284032[b7217740]: ParseHttpRequestHeaders a38607a0 used 764 of 764. complete = 1
-1301284032[b7217740]: SpdyStream3::TransmitFrame a38607a0 inline=819 stream=0
-1301284032[b7217740]: SpdyStream3::TransmitFrame for inline session=a7bf8040 stream=a38607a0 result 0 len=819
-1301284032[b7217740]: SpdyStream3::ChangeState() a38607a0 from 0 to 2
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a38607a0 countread=764
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a38607a0 0x11 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a38607a0 ReadSegments reader=a7bf8048 count=32768 state=2
-1301284032[b7217740]: SpdyStream3::ReadSegments a38607a0 0x11: Sending request data complete, mUpstreamState=2
-1301284032[b7217740]: SpdyStream3::ChangeState() a38607a0 from 2 to 5
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a38607a0 stream send complete
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 1
-1301284032[b7217740]: SpdySession3::WriteSegments a7bf8040 - Control Frame Identified type 2 version 3 data len 19
-1301284032[b7217740]: SpdySession3::HandleSynReply a7bf8040 lookup via streamID in syn_reply.
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 1 to 0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 2
-1301284032[b7217740]: SpdySession3 a7bf8040 First Data Frame Flushes Headers stream 0x11
-1301284032[b7217740]: SpdySession3::ResponseHeadersComplete a7bf8040 for 0x11 fin=0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 4
-1301284032[b7217740]: Start Processing Data Frame. Session=a7bf8040 Stream ID 0x11 Stream Ptr a38607a0 Fin=1 Len=35
-1301284032[b7217740]: SpdySession3::UpdateLocalRwin a7bf8040 0x11 35
-1301284032[b7217740]: SpdyStream3::WriteSegments a38607a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 4 to 2
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Age: 142725
-1301284032[b7217740]: Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
-1301284032[b7217740]: Content-Length: 35
-1301284032[b7217740]: Content-Type: image/gif
-1301284032[b7217740]: Date: Wed, 07 Nov 2012 14:30:52 GMT
-1301284032[b7217740]: Expires: Wed, 19 Apr 2000 11:43:00 GMT
-1301284032[b7217740]: Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
-1301284032[b7217740]: Pragma: no-cache
-1301284032[b7217740]: Server: GFE/2.0
-1301284032[b7217740]: x-content-type-options: nosniff
-1301284032[b7217740]: X-Firefox-Spdy: 3
-1301284032[b7217740]: ]
-1301284032[b7217740]: SpdyStream3::WriteSegments a38607a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::WriteSegments a38607a0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 0
-1301284032[b7217740]: SpdySession3::WriteSegments session=a7bf8040 stream=a38607a0 0x11 needscleanup=0. cleanup stream based on stream->writeSegments returning BASE_STREAM_CLOSED
-1301284032[b7217740]: SpdySession3::CleanupStream a7bf8040 a38607a0 0x11 0
-1301284032[b7217740]: SpdySession3::CloseStream a7bf8040 a38607a0 0x11 0
-1301284032[b7217740]: SpdySession3 a7bf8040 buffering frame header read failure 80470007
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 37 weight: 400 width: 0 style: normal TEXTRUN [Waiting for ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 37 weight: 400 width: 0 style: normal TEXTRUN [Waiting for ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 37 weight: 400 width: 0 style: normal TEXTRUN [Waiting for ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /a/login? HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744; __utma=29423020.1417391830.1352441392.1352441392.1352441392.1; __utmb=29423020.8.10.1352441392; __utmc=29423020; __utmz=29423020.1352441392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-1220265664[b7217270]: ]
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 11 weight: 400 width: 0 style: normal TEXTRUN [Connecting…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 30 weight: 400 width: 0 style: normal TEXTRUN [Waiting for accounts.bizo.com…] ENDTEXTRUN
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 302 Moved Temporarily
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:37 GMT
-1301284032[b7217740]: Location: https://accounts.bizo.com/a/login
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 0
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /a/login HTTP/1.1
-1220265664[b7217270]: Host: accounts.bizo.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Cookie: JSESSIONID=7641C0CB6FCBDD9ECEC972CC3AEB8744; __utma=29423020.1417391830.1352441392.1352441392.1352441392.1; __utmb=29423020.8.10.1352441392; __utmc=29423020; __utmz=29423020.1352441392.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)
-1220265664[b7217270]: ]
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Content-Language: en-US
-1301284032[b7217740]: Content-Type: text/html;charset=ISO-8859-1
-1301284032[b7217740]: Date: Fri, 09 Nov 2012 06:09:37 GMT
-1301284032[b7217740]: Server: Apache-Coyote/1.1
-1301284032[b7217740]: Content-Length: 6320
-1301284032[b7217740]: Connection: keep-alive
-1301284032[b7217740]: ]
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 39 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketing Platform] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN […] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [A] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [c] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [u] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [L] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [g] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 0 len 1 weight: 400 width: 0 style: normal TEXTRUN [|] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [B] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [z] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [o] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [M] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [a] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [r] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [k] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [e] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [t] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [i] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [n] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=ENABLED mHTMLInputType=text
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=YES, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:10:03 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:10:03 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: ===== COOKIE NOT ACCEPTED =====
-1220265664[b7217270]: request URL: https://accounts.bizo.com/a/login
-1220265664[b7217270]: cookie string: __utmv=; path=/; expires=Fri, 09 Nov 2012 06:10:03 GMT; domain=bizo.com;
-1220265664[b7217270]: current time: Fri Nov 09 06:10:03 2012 GMT
-1220265664[b7217270]: rejected because cookie has already expired
-1220265664[b7217270]:
-1220265664[b7217270]: http request [
-1220265664[b7217270]: GET /__utm.gif?utmwv=5.3.7&utms=9&utmn=1149379577&utmhn=accounts.bizo.com&utmcs=ISO-8859-1&utmsr=1024x768&utmvp=978x623&utmsc=16-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Account%20Login%20%7C%20Bizo%20Marketing%20Platform&utmhid=1600336326&utmr=-&utmp=%2Fa%2Flogin&utmac=UA-5626189-1&utmcc=__utma%3D29423020.1417391830.1352441392.1352441392.1352441392.1%3B%2B__utmz%3D29423020.1352441392.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmu=qB~ HTTP/1.1
-1220265664[b7217270]: Host: ssl.google-analytics.com
-1220265664[b7217270]: User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:16.0) Gecko/20100101 Firefox/16.0
-1220265664[b7217270]: Accept: image/png,image/*;q=0.8,*/*;q=0.5
-1220265664[b7217270]: Accept-Language: en-US,en;q=0.5
-1220265664[b7217270]: Accept-Encoding: gzip, deflate
-1220265664[b7217270]: Connection: keep-alive
-1220265664[b7217270]: Referer: https://accounts.bizo.com/a/login
-1220265664[b7217270]: ]
-1301284032[b7217740]: SpdyStream3::SpdyStream3 a7bc24c0
-1301284032[b7217740]: SpdySession3::AddStream session=a7bf8040 stream=a7bc24c0 NextID=0x13 (tentative)
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 stream a7bc24c0 activated immediately.
-1301284032[b7217740]: SpdySession3::AddStream a7bf8040 activating stream a7bc24c0 Currently 1 streams in session, high water mark is 1
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a7bc24c0 0x0 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a7bc24c0 ReadSegments reader=a7bf8048 count=2048 state=0
-1301284032[b7217740]: SpdyStream3::OnReadSegment a7bc24c0 count=765 state=0
-1301284032[b7217740]: SpdyStream3::ParseHttpRequestHeaders a7bc24c0 avail=765 state=0
-1301284032[b7217740]: SpdySession3::RegisterStreamID session=a7bf8040 stream=a7bc24c0 id=0x13 concurrent=1
-1301284032[b7217740]: ParseHttpRequestHeaders a7bc24c0 used 765 of 765. complete = 1
-1301284032[b7217740]: SpdyStream3::TransmitFrame a7bc24c0 inline=820 stream=0
-1301284032[b7217740]: SpdyStream3::TransmitFrame for inline session=a7bf8040 stream=a7bc24c0 result 0 len=820
-1301284032[b7217740]: SpdyStream3::ChangeState() a7bc24c0 from 0 to 2
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a7bc24c0 countread=765
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040
-1301284032[b7217740]: SpdySession3 a7bf8040 will write from SpdyStream3 a7bc24c0 0x13 block-input=0 block-output=0
-1301284032[b7217740]: SpdyStream3 a7bc24c0 ReadSegments reader=a7bf8048 count=32768 state=2
-1301284032[b7217740]: SpdyStream3::ReadSegments a7bc24c0 0x13: Sending request data complete, mUpstreamState=2
-1301284032[b7217740]: SpdyStream3::ChangeState() a7bc24c0 from 2 to 5
-1301284032[b7217740]: SpdySession3::ReadSegments a7bf8040 stream=a7bc24c0 stream send complete
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 22 weight: 400 width: 0 style: normal TEXTRUN [Read accounts.bizo.com] ENDTEXTRUN
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 1
-1301284032[b7217740]: SpdySession3::WriteSegments a7bf8040 - Control Frame Identified type 2 version 3 data len 19
-1301284032[b7217740]: SpdySession3::HandleSynReply a7bf8040 lookup via streamID in syn_reply.
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 1 to 0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 0 to 2
-1301284032[b7217740]: SpdySession3 a7bf8040 First Data Frame Flushes Headers stream 0x13
-1301284032[b7217740]: SpdySession3::ResponseHeadersComplete a7bf8040 for 0x13 fin=0
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 4
-1301284032[b7217740]: Start Processing Data Frame. Session=a7bf8040 Stream ID 0x13 Stream Ptr a7bc24c0 Fin=1 Len=35
-1301284032[b7217740]: SpdySession3::UpdateLocalRwin a7bf8040 0x13 35
-1301284032[b7217740]: SpdyStream3::WriteSegments a7bc24c0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 4 to 2
-1301284032[b7217740]: http response [
-1301284032[b7217740]: HTTP/1.1 200 OK
-1301284032[b7217740]: Age: 142726
-1301284032[b7217740]: Cache-Control: private, no-cache, no-cache=Set-Cookie, proxy-revalidate
-1301284032[b7217740]: Content-Length: 35
-1301284032[b7217740]: Content-Type: image/gif
-1301284032[b7217740]: Date: Wed, 07 Nov 2012 14:30:52 GMT
-1301284032[b7217740]: Expires: Wed, 19 Apr 2000 11:43:00 GMT
-1301284032[b7217740]: Last-Modified: Wed, 21 Jan 2004 19:51:30 GMT
-1301284032[b7217740]: Pragma: no-cache
-1301284032[b7217740]: Server: GFE/2.0
-1301284032[b7217740]: x-content-type-options: nosniff
-1301284032[b7217740]: X-Firefox-Spdy: 3
-1301284032[b7217740]: ]
-1301284032[b7217740]: SpdyStream3::WriteSegments a7bc24c0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::WriteSegments a7bc24c0 count=32768 state=5
-1301284032[b7217740]: SpdyStream3::ResetDownstreamState() a7bf8040
-1301284032[b7217740]: SpdyStream3::ChangeDownstreamState() a7bf8040 from 2 to 0
-1301284032[b7217740]: SpdySession3::WriteSegments session=a7bf8040 stream=a7bc24c0 0x13 needscleanup=0. cleanup stream based on stream->writeSegments returning BASE_STREAM_CLOSED
-1301284032[b7217740]: SpdySession3::CleanupStream a7bf8040 a7bc24c0 0x13 0
-1301284032[b7217740]: SpdySession3::CloseStream a7bf8040 a7bc24c0 0x13 0
-1301284032[b7217740]: SpdySession3 a7bf8040 buffering frame header read failure 80470007
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 48 weight: 400 width: 0 style: normal TEXTRUN [Transferring data from ssl.google-analytics.com…] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=f, unicode=0x66
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="f"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=f, unicode=0x66
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Shift_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=at, unicode=0x40
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="@"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=at, unicode=0x40
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Shift_L, unicode=0x0
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=f, unicode=0x66
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="f"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=f, unicode=0x66
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=period, unicode=0x2E
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="."
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=period, unicode=0x2E
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=c, unicode=0x63
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="c"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=c, unicode=0x63
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="o"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=m, unicode=0x6D
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, aContext=abc22e80, current context=abc22e80, commitString="m"
-1220265664[b7217270]: GtkIMModule(ace4bb20): ShouldIgnoreNativeCompositionEvent, mLastFocusedWindow=ace1d2f0, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnCommitCompositionNative, we'll send normal key event
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=YES, mFilterKeyEvent=NO)
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1d2f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=m, unicode=0x6D
-1220265664[b7217270]: filterThisEvent=FALSE (isFiltered=NO, mFilterKeyEvent=YES)
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=DISABLED mHTMLInputType=
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=PASSWORD mHTMLInputType=password
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): ResetInputState, aCaller=ace1d2f0, mCompositionState=NotComposing
-1220265664[b7217270]: GtkIMModule(ace4bb20): SetInputContext, aCaller=ace1d2f0, aState=PASSWORD mHTMLInputType=password
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnBlurWindow, aWindow=ace1d2f0, mLastFocusedWindow=ace1d2f0, mIsIMFocused=NO
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=Control_L, unicode=0x0
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=p, unicode=0x70
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=p, unicode=0x70
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=a, unicode=0x61
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=a, unicode=0x61
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=s, unicode=0x73
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=s, unicode=0x73
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=s, unicode=0x73
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=s, unicode=0x73
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=w, unicode=0x77
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=w, unicode=0x77
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=o, unicode=0x6F
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=o, unicode=0x6F
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=r, unicode=0x72
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=r, unicode=0x72
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_PRESS, keyval=d, unicode=0x64
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnKeyEvent, aCaller=ace1c3f0, aKeyDownEventWasSent=FALSE
-1220265664[b7217270]: aEvent: type=GDK_KEY_RELEASE, keyval=d, unicode=0x64
-1220265664[b7217270]: FAILED, the caller isn't focused window, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusWindow, aWindow=ace1d2f0, mLastFocusedWindow=ace1d2f0
-1220265664[b7217270]: GtkIMModule(ace4bb20): Focus, sLastFocusedModule=ace4bb20
-1220265664[b7217270]: GtkIMModule(ace4bb20): Blur, mIsIMFocused=YES
-1220265664[b7217270]: GtkIMModule(ace4bb20): OnFocusChangeInGecko, aFocus=YES, mCompositionState=NotComposing, mIsIMFocused=NO, mIgnoreNativeCompositionEvent=NO
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [F] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [File] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [E] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Edit] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [V] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [View] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [s] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 2 weight: 400 width: 0 style: normal TEXTRUN [Hi] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 7 weight: 400 width: 0 style: normal TEXTRUN [History] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [B] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [Bookmarks] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [T] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 5 weight: 400 width: 0 style: normal TEXTRUN [Tools] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 1 weight: 400 width: 0 style: normal TEXTRUN [H] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 4 weight: 400 width: 0 style: normal TEXTRUN [Help] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 29 weight: 400 width: 0 style: normal TEXTRUN [Account Login | Bizo Marketi…] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
-1220265664[b7217270]: (textrunui) fontgroup: ["Sans"] lang: en-us script: 25 len 9 weight: 400 width: 0 style: normal TEXTRUN [WebDriver] ENDTEXTRUN
package com.bizo.usermgmt.webtest;
import java.io.File;
import org.openqa.selenium.By;
import org.openqa.selenium.Keys;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.firefox.FirefoxBinary;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.firefox.FirefoxProfile;
import org.openqa.selenium.interactions.Actions;
public class SanityCheck {
public static void main(final String[] args) throws Exception {
final WebDriver d = newWebDriver();
try {
for (int i = 0; i < 100; i++) {
System.out.println("On " + i);
d.get("http://www.joist.ws/sanitycheck.html");
setAndVerify(d, By.id("email"), "[email protected]");
setAndVerify(d, By.id("password"), "password");
// NOTE: no errors if this line is commented out
d.findElement(By.id("login_form")).submit();
}
} finally {
d.quit();
}
}
private static void setAndVerify(final WebDriver d, final By by, final String value) {
final WebElement e = d.findElement(by);
new Actions(d) //
// NOTE: These lines make the error less likely, but can still happen
// .moveToElement(e) // ensure focused before sending keys
// .click()
.sendKeys(e, Keys.chord(Keys.CONTROL, "a", Keys.DELETE))
.sendKeys(e, value)
.build()
.perform();
final String actual = e.getAttribute("value");
if (!value.equals(actual)) {
throw new RuntimeException(by + " typed " + value + " but got " + actual);
}
}
private static WebDriver newWebDriver() {
System.setProperty("webdriver.firefox.logfile", "./target/firefox_stdout.txt");
final FirefoxProfile p = new FirefoxProfile();
p.setAlwaysLoadNoFocusLib(true);
p.setPreference("webdriver.log.file", new File("./target/firefox_console.txt").getAbsolutePath());
// NOTE: No errors if this is false.
p.setEnableNativeEvents(true);
final FirefoxBinary b = new FirefoxBinary();
b.setEnvironmentProperty("NSPR_LOG_MODULES", "all:3");
return new FirefoxDriver(b, p);
}
}
[java] On 0
[java] On 1
[java] Exception in thread "main" java.lang.RuntimeException: By.id: password typed password but got
[java] at com.bizo.usermgmt.webtest.SanityCheck.setAndVerify(SanityCheck.java:46)
[java] at com.bizo.usermgmt.webtest.SanityCheck.main(SanityCheck.java:23)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment