44e28539ef9b50d4028a2f1596d2dd81c77e0b7e: Bug 590573 - pushState should save the scroll position of the old SHEntry, and going between pushStated entries should respect the saved scroll position. r=bzbarsky a2.0=blocking
Justin Lebar <justin.lebar@gmail.com> - Fri, 27 Aug 2010 14:19:45 -0700 - rev 51605
Bug 590573 - pushState should save the scroll position of the old SHEntry, and going between pushStated entries should respect the saved scroll position. r=bzbarsky a2.0=blocking
f87dcd8ad8e8b766c589f5a4d3385ae4d3eec388: Bug 589306 - mozconfig* files shouldn't be hgignored. r=ted, a=npotb
Justin Lebar <justin.lebar@gmail.com> - Fri, 27 Aug 2010 14:19:45 -0700 - rev 51604
Bug 589306 - mozconfig* files shouldn't be hgignored. r=ted, a=npotb
fa9a6337669bf1283eb99f1abec57292c57b12ed: Bug 590179. Use -fomit-frame-pointer when building opt builds on mac. r=ted, a=beltzner
Boris Zbarsky <bzbarsky@mit.edu> - Fri, 27 Aug 2010 14:19:45 -0700 - rev 51603
Bug 590179. Use -fomit-frame-pointer when building opt builds on mac. r=ted, a=beltzner
256514ea6d14d04230b0a6d64cf5eb69356bd4c5: Bug 584610 - RecvLoadRemoteScript uses a tiny buffer to load script [r=smaug] a=blocking2.0
Mark Finkle <mark.finkle@gmail.com> - Fri, 27 Aug 2010 13:25:36 -0700 - rev 51602
Bug 584610 - RecvLoadRemoteScript uses a tiny buffer to load script [r=smaug] a=blocking2.0
1d307da4917ab2a2306b7c8d58cac9b195cc27ae: Bug 590086 - Make capitalization of menu items consistent r=bmcbride a=beta5+
David Dahl <ddahl@mozilla.com> - Fri, 27 Aug 2010 13:25:32 -0700 - rev 51601
Bug 590086 - Make capitalization of menu items consistent r=bmcbride a=beta5+
c877b9e86e4d44fee5404d73efc1518500d1eb03: Bug 591008 - browser_HUDServiceTestsAll.js | image is logged - Didn't expect -1, but got it r=sdwilsh a=sdwilsh
David Dahl <ddahl@mozilla.com> - Fri, 27 Aug 2010 13:25:28 -0700 - rev 51600
Bug 591008 - browser_HUDServiceTestsAll.js | image is logged - Didn't expect -1, but got it r=sdwilsh a=sdwilsh
0b09b81b1a608a33a861b46df5e22ab4536473c7: Bug 588730 - Adding text nodes to the Web Console causes warnings r=dietrich a=blocking2.0
Patrick Walton <pwalton@mozilla.com> - Fri, 27 Aug 2010 13:25:23 -0700 - rev 51599
Bug 588730 - Adding text nodes to the Web Console causes warnings r=dietrich a=blocking2.0
bc95b9869d3f593d0b4e6e938075c15cd8a5db9c: Bug 583882 - Need a way to clone an existing connection.
Shawn Wilsher <sdwilsh@shawnwilsher.com> - Fri, 27 Aug 2010 12:42:58 -0700 - rev 51598
Bug 583882 - Need a way to clone an existing connection.
r=asuth
sr=shaver
a=blocking2.0
88be5af389ed77a857a3ad338fed7fcbaaadd628: Bug 519769 - Open shared/unshared connection with options instead of setting shared state always
Shawn Wilsher <sdwilsh@shawnwilsher.com> - Fri, 27 Aug 2010 12:42:55 -0700 - rev 51597
Bug 519769 - Open shared/unshared connection with options instead of setting shared state always
Use the flags SQLite provides on sqlite3_open_v2 instead of using a mutex to
protect the shared cache state.
r=asuth
a=gavin
b6f61845c3dd00a0aec0350f0e2b0c3a61bb568a: Bug 590654 - Let JavaScript read embedded nulls from input streams
Shawn Wilsher <sdwilsh@shawnwilsher.com> - Fri, 27 Aug 2010 12:42:51 -0700 - rev 51596
Bug 590654 - Let JavaScript read embedded nulls from input streams
Adds a new method to NetUtil (readInputStreamToString) that will read a string
with or without embedded NULLs from an input stream. Also adds the needed API
on nsIScriptableInputStream to make this happen.
r=bz
sr=biesi
a=blocking2.0
3df62472ba022106f89861c288beeb8adf8e002e: Bug 590252 - part 5 - Make RequestDecode() SyncDecode() on images that are small enough.r=joe,a=blocker
Bobby Holley <bobbyholley@gmail.com> - Thu, 26 Aug 2010 15:54:21 -0700 - rev 51595
Bug 590252 - part 5 - Make RequestDecode() SyncDecode() on images that are small enough.r=joe,a=blocker
17d4c9bde22258595953e14008dca0d1f76180b5: Bug 590252 - part 4 - Don't do progressive display on redecodes.r=joe,a=blocker
Bobby Holley <bobbyholley@gmail.com> - Wed, 25 Aug 2010 19:07:01 -0400 - rev 51594
Bug 590252 - part 4 - Don't do progressive display on redecodes.r=joe,a=blocker
9cf06ffbf06e2cad0a00f5af33efbd805a1c68d3: Bug 590252 - part 3 - Only flush invalidations when we need to.r=joe,a=blocker
Bobby Holley <bobbyholley@gmail.com> - Wed, 25 Aug 2010 16:11:09 -0400 - rev 51593
Bug 590252 - part 3 - Only flush invalidations when we need to.r=joe,a=blocker
5875f7dbf9c66bb6e2574624d3a743acd7d52ac4: Bug 590252 - part 2 - Make decoder implementations use the Decoder superclass invalidation framework.r=joe,a=blocker
Bobby Holley <bobbyholley@gmail.com> - Tue, 24 Aug 2010 17:12:04 -0400 - rev 51592
Bug 590252 - part 2 - Make decoder implementations use the Decoder superclass invalidation framework.r=joe,a=blocker
24ae66f16d4499cc171c5796e1e9d9304b76f179: Bug 590252 - part 1 - Add framework to Decoder superclass to handle invalidations.r=joe,a=blocker
Bobby Holley <bobbyholley@gmail.com> - Tue, 24 Aug 2010 16:40:45 -0400 - rev 51591
Bug 590252 - part 1 - Add framework to Decoder superclass to handle invalidations.r=joe,a=blocker
b6e7aea76bc931e4c3f4bb9ef919a5e3435e90d2: Bug 590260 - Decode more bytes at a time during image redecodes.r=joe,a=blocker
Bobby Holley <bobbyholley@gmail.com> - Wed, 25 Aug 2010 18:58:27 -0400 - rev 51590
Bug 590260 - Decode more bytes at a time during image redecodes.r=joe,a=blocker
647a515c509bbd80b77f1f8cee451c1a2913c83b: Disabling failing test for now. a=dholbert|sheriff for CLOSED TREE
Boris Zbarsky <bzbarsky@mit.edu> - Fri, 27 Aug 2010 14:02:23 -0400 - rev 51589
Disabling failing test for now. a=dholbert|sheriff for CLOSED TREE
c8e75a4433d9b62eddcfb841c53af5815ae95948: Backed out changeset d578993db396 (bug 590422) due to possible performance regressions (especially WinXP Tscroll).
Boris Zbarsky <bzbarsky@mit.edu> - Fri, 27 Aug 2010 14:00:41 -0400 - rev 51588
Backed out changeset d578993db396 (
bug 590422) due to possible performance regressions (especially WinXP Tscroll).
cf4d7946e2e064b0e8cce517553d593814f9f09e: Bug 589469 - Notify nsImageLoadingContent when its document switches.r+sr=bz,a=blocking-beta-5
Bobby Holley <bobbyholley@gmail.com> - Thu, 26 Aug 2010 18:30:03 -0700 - rev 51587
Bug 589469 - Notify nsImageLoadingContent when its document switches.r+sr=bz,a=blocking-beta-5
e579c7d6e686764e623c015f6f01a68e410b9e43: backout merge. a=backout
Bobby Holley <bobbyholley@gmail.com> - Fri, 27 Aug 2010 09:06:58 -0700 - rev 51586
backout merge. a=backout