Commit Graph

281487 Commits

Author SHA1 Message Date
Ryan VanderMeulen
500be4ff7e Merge the last PGO-green inbound changeset to m-c. 2012-08-30 21:54:09 -04:00
Ehsan Akhgari
3b70999a89 Crashtest for bug 770710; r=roc 2012-08-30 21:32:27 -04:00
Ehsan Akhgari
6a5c1314cf Bug 785720 - Move the MathML token frame leading/trailing whitespace trimming logic to nsTextFrame; r=roc 2012-08-30 21:32:02 -04:00
Brendan Dahl
4478101696 Bug 745025 - Part 2 - Adds layout/printing support for mozPrintCallback. r=roc 2012-08-30 17:24:35 -07:00
Brendan Dahl
c8fe46d4c6 Bug 745025 - Part 1 - Adds mozPrintCallback for canvas. r=smaug 2012-08-31 10:45:45 -07:00
Landry Breuil
3a38e327ff Bug 786995: Ensure the whole toolchain supports -mssse3, not only the compiler. r=ted 2012-09-04 22:19:50 +02:00
Jan Beich
9ef5be3c03 Bug 785638 - Simplify yasm version check. r=ted 2012-09-04 22:18:51 +02:00
Mark Banner
45f716ebb7 Bug 715089 run-mozilla.sh doesn't need to be shipped for Mac. r=ted 2012-09-04 21:26:54 +01:00
Kyle Machulis
fd4e1bacaf Bug 783426 - Async firing for FireSuccess/Error on DOMRequest; r=jonas r=khuey 2012-09-04 13:19:22 -07:00
Timothy Nikkel
3fcd173566 Bug 787818. Make sure the weak frame is alive after dispatching an event. r=mats 2012-09-04 14:57:28 -05:00
Kyle Machulis
4c7e61dce0 Bug 764618: Remove IsOnPrefWhitelist and URIIsChromeOrInPref; r=gwagner 2012-09-04 11:53:47 -07:00
Eric Faust
c14c8ad7e4 Bug 781387 - Codegen infallibility data for Paris bindings methods. (r=peterv) 2012-09-04 14:46:38 -04:00
James Willcox
b6a6faa07f Bug 786380 - Implement new Java-based updater for Android r=cpeterson,mfinkle
--HG--
extra : rebase_source : c7e5cd8228bf226f7e15e5653f8fe6f16e64273e
2012-08-31 09:31:29 -04:00
Brian Nicholson
fb548aeefa Bug 787597 - Don't do a reader parse for pages with > 3000 elements. r=lucasr f=mfinkle 2012-09-04 10:51:22 -07:00
Brian Nicholson
c1de110965 Bug 787570 - Fix relative URLs in reader mode. r=lucasr 2012-09-04 10:50:03 -07:00
Gregory Szorc
a1df2b5a3c Bug 758823 - Don't create egg-info directories when populating virtualenv; r=ted
This patch basically bypasses setup.py for pure Python packages. Instead
of producing .egg-info directories in the source tree, it merely
installs .pth files pointing back to the source directory. As a result,
this is less junk in the source tree.

The .hgignore and .gitignore entries for egg-info directories have been
removed because there should no longer be egg-info directories any more.
People should clean up these orphaned directories manually. This can be
accomplished by running:

  $ hg status -u | grep .egg-info | xargs rm -rf
  $ git ls-files -o '*.egg-info*' | xargs rm -rf
2012-09-04 10:45:45 -07:00
Gregory Szorc
d509ea29c8 Bug 786520 - Clean up branding Makefile.in's for browser; r=ted
Previously all Makefile.in were identical. Common bits are now
refactored into a shared .mk file. They also use the generic
copy/install rule instead of a one-off make rule.
2012-09-04 10:38:42 -07:00
Kyle Machulis
fedadfa464 Bug 787581 - Fix nullptr access crash in BluetoothManager Destructor; r=echou 2012-09-04 10:29:06 -07:00
Patrick McManus
507c8f4edf bug 662996 fix comment from da6a55f4fdae r=comment-only 2012-09-04 13:14:22 -04:00
Brian O'Keefe
dd94e011d4 Bug 649567 - Propagate atributes on Arguments object properties. Patch also partially by Tom Schuster <evilpies@gmail.com>. r=jwalden
--HG--
extra : rebase_source : 237525c25bb4e3cdc3a2a4ee1553a892b76de3b4
2012-08-31 15:37:28 -07:00
Ryan VanderMeulen
4722fc5716 Backout a1adb4d46c3f (bug 747820) for Windows mochitest-other crashes. 2012-08-30 17:58:14 -04:00
Ally Naaktgeboren
fe70497b69 Bug 762230 - Add-ons not listed when resetting Sync; r=mconnor 2012-08-30 14:57:15 -07:00
Andrew Sutherland
425abe793d Bug 787214 - s/this/self/ in mozTCPSocket context where this is not available. r=fabrice 2012-08-30 18:47:48 -03:00
Scott Johnson
e06bba6a42 Bug 786891, Followup 1: Remove specific directories for css3-multicol accidentally added to import-tests.py in prev patch. DONTBUILD because NPOTB. [r=me] 2012-08-30 16:30:10 -05:00
Jim Blandy
c321314360 Bug 786509: Remove support for wildcard event listeners from dbg-client.jsm's eventSource. r=past 2012-08-30 14:29:55 -07:00
Victor Porof
9479f8d46c Merge fx-team to m-c 2012-08-30 21:23:21 +03:00
Blake Kaplan
4694be6d11 Bug 786283 - Report to the caller when a scan request fails. r=vchang DONTBUILD 2012-08-30 15:05:02 -03:00
Blake Kaplan
a7b316a7a3 Bug 768394 - Catch up with changes in ifc_reset_connections on ICS. r=gal 2012-08-30 13:01:34 -03:00
Blake Kaplan
04b90daa32 Bug 778360 - Don't try to reconnect to a running wpa_supplicant since that confuses the network manager. Instead, ensure that it's well and truly dead before starting. r=gwagner f=hub 2012-08-30 11:08:52 -03:00
Kyle Huey
20210893cb Bug 786048: Rename 'JSEventListener' to 'EventHandler' to better match the spec's terminology. r=smaug 2012-08-30 09:25:10 -07:00
Gregor Wagner
d9251c042c Bug 787069 - B2G desktop build broken. r=bent 2012-08-30 11:46:04 -03:00
Siddharth Agarwal
f1d53b8532 Merge mozilla-central to build-system. 2012-08-30 18:54:10 +05:30
Mark Hammond
f9d8d91cb3 Bug 786085 - fix intermittent orange in browser_notifications.js. r=gavin 2012-08-30 16:49:50 +10:00
Eric Chou
31225c1b70 Bug 777665 - patch 1: Hook up settings to Bluetooth. r=qdot, sr=mrbkap 2012-08-30 14:08:50 +08:00
Dão Gottwald
6d7a144ec0 Bug 786291 - Dragging a pinned tab is jerky when the tab strip overflows. r=jaws 2012-08-30 07:51:06 +02:00
Dão Gottwald
fc58213871 Bug 786406 - Move the tab drag image away from the cursor to prevent it from obscuring the dragged tab. r=jaws 2012-08-30 07:50:46 +02:00
Dão Gottwald
fa696a65e8 Bug 786593 - Moving a tab to a different window leaves other tabs shifted in the source window. r=jaws 2012-08-30 07:50:28 +02:00
Oleg Romashin
578e6e891a Bug 779726 - QGL includes fix, missing change, build fix. r=me. DONTBUILD because NPOTB 2012-08-29 22:01:58 -07:00
Phil Ringnalda
12b9fa4dcd Bug 705047 - Disable the plugin crash notification tests that fail on 10.7 on 10.8 too, where they fail too
--HG--
extra : rebase_source : 6a6810ce9ae266cd4a5471f89ec40cefb433505d
2012-08-29 21:33:34 -07:00
Daniel Holbert
7af9e6f2a8 Back out 92f2cf2f42b2 (bug 754592) for causing regression 2012-09-03 21:46:04 -07:00
Gene Lian
d9ca6d68ec Bug 729877 - B2G Wifi: hook up to settings API. r=mrbkap 2012-09-04 12:26:56 +08:00
Shih-Chiang Chien
b6590f7f56 Bug 786945 - Cannot set value to <select> element, r=vingtuten 2012-09-04 10:16:48 +08:00
Justin Lebar
db3de0d55d Bug 787675 - When jemalloc hits a fatal assertion, crash within a new stack frame, in the hopes of making the crashstats more understandable. r=glandium 2012-09-03 22:01:24 -04:00
Nicholas Cameron
210b488f66 Bug 769021; fix a memory leak with mask sharing. r=khuey 2012-09-04 13:02:56 +12:00
Nicholas Cameron
3fdbcff687 Bug 786817; Check multiple masks properly and invalidate after removing a mask layer. r=roc 2012-09-04 13:02:56 +12:00
Brian R. Bondy
462a60f579 Bug 787808 - Create common base class for Win32 and WinRT filepickers. r=jimm 2012-09-03 11:25:08 -04:00
Wes Kocher
6589977592 Update Jetpack code tested in Firefox to pick up the additional logging from bug 774709. 2012-09-03 17:49:05 -07:00
Gavin Sharp
7d61f6d726 Bug 755122 - remove bufferToArrayHack from frameworker. r=markh 2012-09-04 10:27:49 +10:00
Mark Hammond
6e5dc23242 Bug 784508 - Stop using setIsBrowserElement in Frameworker.jsm. r=gavin 2012-09-04 10:26:57 +10:00
Chris Pearce
b6eb0d00bf Bug 787805 - Improve correctness and thread safety of FileMediaResource::EnsureSizeInitialized. r=roc 2012-09-04 12:05:41 +12:00