Commit Graph

98945 Commits

Author SHA1 Message Date
Mark Finkle
02501a3e53 Bug 765930 - Reader Mode: Optimize readability check (do less DOM manipulation when checking) r=bnicholson 2012-07-13 11:36:41 -04:00
Aryeh Gregor
eb15649aa5 Bug 772807 - Clean up editor/ includes with include-what-you-use; r=ehsan 2012-07-13 09:33:42 +03:00
Jonathan Watt
6b6f099b55 Bug 773197 - Add some tests for SVG clipPath on HTML elements under CSS transforms. r=me. 2012-07-13 16:12:49 +01:00
Jonathan Watt
d619129155 Bug 773196 - Remove -moz prefix from CSS transform properties in SVG reftests. r=me. 2012-07-13 16:12:45 +01:00
Bobby Holley
a9b149e614 Bug 771074 - Introduce pointer wrapping mechanism for hold references to pointers off-main-thread. r=bsmedberg 2012-07-13 16:47:14 +02:00
Jim Mathies
1558ca2e26 Bug 769623 - when binscope fails, dump the failure report to logs. r=khuey 2012-07-13 09:33:27 -05:00
Jim Mathies
6b4ff3abbc Bug 769623 - remove win line endings from autobinscope.py. r=khuey 2012-07-13 09:33:18 -05:00
Ed Morley
e5f8676739 Merge mozilla-central to mozilla-inbound 2012-07-13 15:30:35 +01:00
Dão Gottwald
3b3cdaad5c Bug 773360 - Remove workarounds for bug 768400. r=enn 2012-07-13 16:28:21 +02:00
Kartikaya Gupta
041d192ce1 Bug 769269 - Add code to handle restarting GeckoApp. r=mfinkle 2012-07-13 10:20:34 -04:00
Kartikaya Gupta
bf7ccdb81c Bug 769269 - Update the graphics code to be able to deal with blowing away the layer controller, client, and view and creating them afresh. r=ajuma 2012-07-13 10:19:46 -04:00
Kartikaya Gupta
23aa8796f7 Bug 769269 - Update a bunch of fields in GeckoApp to not be static any more. r=mfinkle 2012-07-13 10:17:03 -04:00
Kartikaya Gupta
4e881f3551 Bug 769269 - Fill in missing gecko listener unregistrations. r=mfinkle 2012-07-13 10:16:04 -04:00
Ed Morley
06ddb579da Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-07-13 12:44:49 +01:00
Tim Taubert
5a13cffe1e merge m-c to fx-team 2012-07-13 12:04:14 +02:00
Aryeh Gregor
4fe4e6539d Bug 771994 - Make nsRangeStore refcounted; r=ehsan 2012-07-13 09:31:15 +03:00
Eitan Isaacson
c7ac46a61f Bug 773039 - Don't populate menu accessibility event with descendant strings. r=blassey 2012-07-12 23:09:58 -07:00
Gian-Carlo Pascutto
10f181b183 Bug 772676 - History visit counts are all 1 after migration. r=margaret 2012-07-13 07:49:38 +02:00
Gian-Carlo Pascutto
ceb3674d8d Bug 772676 - Test history visit counts after migration. r=margaret 2012-07-13 07:49:37 +02:00
Jan Varga
614d6f18db Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking 2012-07-13 07:37:28 +02:00
Felipe Gomes
d1ddbe9c88 Bug 630567. Disable test_taskbarprogress_service.xul due to frequent failures. r=philor 2012-07-12 22:37:37 -07:00
Phil Ringnalda
ee765a147f Back out 0c1f34eb5b93 and 0f987ac28e8c (bug 683243) for Android R2 bustage 2012-07-12 22:27:34 -07:00
Matt Brubeck
77fcd8d94a Bug 755221 - Make the button to cancel an add-on uninstall clearer [r=mfinkle] 2012-07-12 22:16:28 -07:00
David Zbarsky
9fbd47a202 Bug 772759 - Fix a few build warnings r=bsmedberg 2012-07-12 22:11:05 -07:00
Robert O'Callahan
3c2d4ac5b8 Backout e42786561b60 (bug 772679) for reftest failures. 2012-07-13 17:03:54 +12:00
Robert O'Callahan
7415b8d4b3 Bug 772679. RestrictToLayerPixels needs to accurately convert between appunits scroll offsets and ThebesLayer pixel coordinates. r=tnikkel 2012-07-13 16:01:41 +12:00
Robert O'Callahan
6c0655f0bb Bug 771822. Fire overflow/underflow events as will-paint observers, to avoid having them trigger flushing at unnecessary times. r=bz 2012-07-13 16:01:41 +12:00
Blake Kaplan
8d0a466193 Bug 772801 - Deal with drivers that don't support active/passive scanning. r=mwu DONTBUILD 2012-07-12 15:09:18 -07:00
Ryan VanderMeulen
7105546cd8 Merge the last PGO-green inbound changeset to m-c. 2012-07-12 20:46:27 -04:00
Gian-Carlo Pascutto
a64069267f Bug 769896 - Make "Import from Android" use MultiChoicePreference. r=bnicholson 2012-07-12 20:44:31 +02:00
Brian Hackett
3341919684 Add more rooting for interpreter, TI and JIT, bug 772303, r=terrence. Also disable Windows PGO for RegExp.cpp because the compiler is broken. 2012-07-12 12:36:27 -06:00
Margaret Leibovic
2f04e11ef9 Bug 773177 - java.lang.NullPointerException: at org.mozilla.gecko.TabsTray$TabsAdapter.refreshTabsData(TabsTray.java). r=mfinkle 2012-07-12 11:09:47 -07:00
Margaret Leibovic
43f4ce6a1f Bug 770160 - Page title changes for a brief period when a new page is loaded. r=mfinkle 2012-07-12 11:09:40 -07:00
David Zbarsky
2d843e4532 Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (toolkit/places); r=mak 2012-07-12 14:07:50 -04:00
David Zbarsky
dc54928699 Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (extensions/cookie); r=mak 2012-07-12 14:07:26 -04:00
Panos Astithas
80c077f1cd Bug 767399 - When navigating between web pages with the Back and Forward buttons, the same scripts are displayed in the Debugger for all the pages; r=rcampbell 2012-07-12 14:03:43 +03:00
Tim Taubert
3e8bb04b6c merge m-c to fx-team 2012-07-12 10:55:19 +02:00
Andrew Halberstadt
189d6c72b6 Bug 772307 - Add dummy browser.manifestURL pref to user.js to prevent B2G from dying, r=jgriffin 2012-07-11 18:14:35 -07:00
Robert Strong
8dee67122a Windows installer only - Bug 756325. r=bbondy 2012-07-11 17:40:11 -07:00
Nathan Froyd
890f2d2899 Bug 772981 - adjust microformats mochitests to new mochitest world order; r=glandium 2012-07-11 16:01:37 -04:00
Joe Walker
0dae4bf595 Bug 771356 - GCLI "console clear" command doesn't appear to clear the console; r=dcamp 2012-07-11 18:31:55 +01:00
Joe Walker
84836f9c94 Bug 771992 - GCLI cookie command completion wonky in xmas tree case; r=dcamp 2012-07-11 18:21:09 +01:00
Benjamin Peterson
18035474af Bug 772963: remove empty parameter name. r=Neil DONTBUILD for m-c land
(since not used by Firefox/B2G/Fennec)
2012-07-11 11:32:00 -04:00
Joel Maher
82c8461aaa Bug 772893 - upload a new talos.zip to remove specialpowers from the default configuration. r=aki 2012-07-11 12:37:38 -04:00
Ed Morley
fea5ca1dbc Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-07-11 17:28:26 +01:00
Ben Hearsum
73af423459 bug 770996: partial mars broken for mac partner builds - partial backout of bug 759318 to fix. a=akeybl 2012-07-11 08:28:38 -04:00
Ed Morley
abc94f9787 Merge mozilla-central to mozilla-inbound 2012-07-11 10:52:45 +01:00
Michal Novotny
c021237e50 Bug 737615 - Remove use of synchronous cache API from unit tests - dom tests, r=honzab 2012-07-11 11:18:38 +02:00
Michal Novotny
07dda91441 Bug 737615 - Remove use of synchronous cache API from unit tests - content tests, r=bsmith 2012-07-11 11:18:26 +02:00
Michal Novotny
6feca586d7 Bug 737615 - Remove use of synchronous cache API from unit tests - browser tests, r=bsmith 2012-07-11 11:18:13 +02:00