Matt Woodrow
b7d75fdb8a
Bug 695275 - Fix conversion of ThebesLayers to ImageLayers. r=roc
2011-10-21 14:22:19 +13:00
Matt Woodrow
00e692667f
Bug 695275 - Add nsIDOMWindowUtils::CheckAndClearPaintedState to test painting. r=roc
2011-10-21 14:21:40 +13:00
Terrence Cole
aad8b765a1
Bug 696211 - Align ChunkInfo by inserting padding in Chunk; r=billm
...
We get a 2% speedup on EarlyBoyer if ChunkInfo (hot all over the
GC allocator paths) is not split across a cache line. An easy
and guaranteed effective way to do this is to just pad Chunk out
to the full 1MiB allocation. This makes ChunkInfo abut the end
of the 1MiB allocation, rather than whereever the Arenas and
ChunkBitmap happen to end. Since GC Chunks are aligned at 1MiB
address boundaries, this ensures that ChunkInfo is inside of a
cache line.
2011-10-20 17:42:39 -07:00
Philipp von Weitershausen
b5be16adbd
Merge backout on this CLOSED TREE
2011-10-20 16:21:52 -07:00
Philipp von Weitershausen
e1663a3ac0
Back out bug 684798 parts 1 thru 3.
2011-10-20 16:21:17 -07:00
Philipp von Weitershausen
b54b4e43ed
Back out bug 692714 and bug 684798 part 4.
2011-10-20 16:19:47 -07:00
Nicholas Nethercote
2283759a8c
Back out 56ec5e954858 (from bug 685783) due to a Dromaeo regression.
2011-10-20 15:47:39 -07:00
Justin Lebar
564c0d15b2
No bug - Fix vim modelines in hal. rs=biesi DONTBUILD
2011-10-20 17:38:39 -04:00
Marco Bonardo
198b39a39a
Bug 696158 - Adapt expiration aggressivity to the distance from the history limit.
...
r=dietrich
2011-10-20 22:51:13 +02:00
Boris Zbarsky
ee8f0cb4ee
Bug 695538 another test followup. Make sure that the test actually _could_ pass.
2011-10-20 16:25:31 -04:00
Boris Zbarsky
78eb1041d6
Bug 695538 followup. Fix typo in reference and format the test to look more like the reference.
2011-10-20 14:41:27 -04:00
Bill McCloskey
f206d1014a
Bug 677079 - Remove jscntxt.h from INSTALLED_HEADERS (r=Waldo)
2011-10-20 10:14:24 -07:00
Jim Blandy
0f04000933
Bug 696261: Correct references to 'tempPool' in comments; it's now 'tempLifoAlloc'. r=cdleary
2011-10-21 16:53:30 -07:00
Jeff Walden
e3f1dfe121
Pick up a few straggler uses of {NS,JS}_ARRAY_LENGTH, probably added since the switch but before the deprecation announcement, and convert them to mozilla::ArrayLength. Also convert the two users of PR_ARRAY_SIZE, yet another length-computing macro, to mozilla::ArrayLength. No bug, r=sparky
...
--HG--
extra : rebase_source : f019e35a037516df872d0efb7262fa9c475f903c
2011-10-21 03:16:47 -07:00
Daniel Holbert
a29dccaf37
Bug 693801: Remove redundant initialization for nsHTMLReflowState::mFlags.mIsTopOfPage. r=dbaron
2011-10-21 13:41:12 -07:00
Dan Williams
1a0e3c8fd5
Bug 639959 - Support NetworkManager 0.9.0; r=bz
2011-10-21 21:33:31 +01:00
Daniel Holbert
a11dca0b3a
back out 15e15fead382 (Bug 693743) for timeouts in Linux crashtest, jsreftest, and reftest suites
2011-10-21 12:58:46 -07:00
Patrick McManus
cf420068bb
bug 692260 - pr_poll limit autodiscovery for windows r=jduell
2011-10-21 14:53:54 -04:00
Oleg Romashin
0b33ccaea4
Bug 694706 - Get rid of checkerboard for remote viewport. r=cjones
2011-10-20 15:17:09 -07:00
Dave Townsend
3461eea451
Bug 693743: Some 3rd party add-ons are getting installed into the profile and are not disabled on start-up. r=Unfocused
2011-10-21 11:11:42 -07:00
Kyle Huey
bee1f84b2f
Bug 687361: Implement the new IndexedDB setVersion API. r=bent
...
--HG--
rename : dom/indexedDB/nsIIDBVersionChangeRequest.idl => dom/indexedDB/nsIIDBOpenDBRequest.idl
2011-10-20 12:10:56 -04:00
Luke Wagner
f53995c346
Bug 696108 - hoist EmitFor, EmitForIn, EmitNormalFor out of EmitTree (r=jorendorff)
...
--HG--
extra : rebase_source : bec844e4a62f0492c33d3447fb31ca460768c62a
2011-10-20 08:27:25 -07:00
Mitchell Field
4c1a947967
Bug 593768 - Remove --enable-cpp-exceptions configure option; r=ted
2011-10-21 18:56:25 +01:00
Timothy Nikkel
5fd981457f
Bug 694213. Make various display items return bounds in the correct coordinate space. r=roc
2011-10-21 12:45:32 -05:00
Dão Gottwald
295e005c86
Bug 696381 - Library search field should be opaque regardless of aero glass. r=mak
2011-10-21 18:01:58 +02:00
Justin Lebar
b79dd11cfa
Bug 683777 - In an attempt to fix a crash in nsDocShell::InternalLoad, re-land bug 646641 with an extra null-check. r=smaug
2011-10-21 11:26:34 -04:00
Rafael Ávila de Espíndola
68ff427765
Bug 696281 - Disable trace malloc stacks on OS X too. r=dbaron.
2011-10-21 11:00:40 -04:00
Olli Pettay
4533393482
Bug 695758 - Don't limit E10s event/focus handling to xul:browser, but allow also xul:iframe, r=felipe
2011-10-20 15:11:31 +03:00
Richard Newman
a2b4516678
Bug 692714 - Part 2: port tests to SyncServer for non-Aurora landing. r=philikon
2011-10-19 18:06:55 -07:00
Richard Newman
f2e42813f7
Bug 692714 - Part 1: handle node reassignment on all storage requests. r=philikon
2011-10-19 17:54:55 -07:00
Richard Newman
8993c5310d
Bug 692714 - Part 0: cleanup and logging. r=philikon
2011-10-19 17:43:54 -07:00
Philipp von Weitershausen
56ca58cbf9
Bug 684798 - Part 4: Schedule syncs on temporary/recoverable login errors. r=rnewman CLOSED TREE
2011-10-19 17:29:12 -07:00
Allison Naaktgeboren
ef3b4710a9
Bug 675822 - Part 4: Sync desktop status page with upload progress bar. r=philikon
2011-10-19 14:29:24 -07:00
Allison Naaktgeboren
e76f3bc440
Bug 675822 - Part 3: Sync desktop status page with upload progress bar. r=philikon
2011-10-19 14:29:24 -07:00
Allison Naaktgeboren
3984ac426f
Bug 675822 - Part 2: Sync desktop status page with upload progress bar. r=philikon
2011-10-19 14:29:24 -07:00
Allison Naaktgeboren
bcaf18313e
Bug 675822 - Part 1: Sync desktop status page with upload progress bar. r=philikon
2011-10-19 14:29:24 -07:00
Philipp von Weitershausen
ec6ba410af
Bug 693461 - Make inContentUI.css work for XHTML pages. r=dao
2011-10-19 14:29:17 -07:00
Michael Ratcliffe
ea7a4896cf
Bug 685900 - csshtmltree.refreshPanel should use a setTimeout loop to improve performance (cancel-able); r=msucan
2011-10-19 12:25:39 +02:00
Paul Rouget
cd5225d16d
Bug 690068 - highlighter and infobar should not be visible if node is not highlightable; r=rcampbell
2011-10-20 18:06:25 +02:00
Rob Campbell
81e1cddebf
merge m-c to fx-team
2011-10-20 11:35:06 -04:00
Tim Taubert
6658716924
merge the last green changeset on m-c to fx-team
2011-10-20 12:23:01 +02:00
Javi Rueda
b1a6f239cf
Bug 495511 - Remove All Cookies button is enabled when no cookies are present. r=jwein
2011-10-19 11:18:29 -04:00
Marco Bonardo
ea7024ac8c
Merge last green changeset from mozilla-inbound to mozilla-central
2011-10-19 11:47:57 +02:00
Neil Rashbrook
a4c7adb0ce
Bug 694963 Port bug 451250 to Fennec r=mbrubeck
2011-10-19 08:41:05 +01:00
Neil Rashbrook
ddbfcc7458
Bug 695325 netError.dtd should use &brandShortName; (followup to bug 451250) r=gavin
2011-10-19 08:38:21 +01:00
Frank Yan
2c94bfe214
Bug 695482 - Open 'Search Google for <selection>' in the foreground. r=gavin ui-r=limi
2011-10-19 00:32:08 -04:00
Myk Melez
aba540db9e
update revision of Add-on SDK being tested; test-only
2011-10-18 16:21:20 -07:00
Geoff Lankow
f7de091224
Bug 581065 - Allow searching for incompatible add-ons if compatibility checks are disabled. r=dtownsend
2011-10-19 11:38:58 +13:00
Oleg Romashin
7ddeb05c7d
Bug 695231 - Disable animated orientation change in Meegotouch window/scene manager. r=jeremias
2011-10-18 13:18:43 -07:00
Rob Campbell
e7195dafa1
merge fx-team to m-c
2011-10-18 14:43:50 -03:00