Commit Graph

83865 Commits

Author SHA1 Message Date
James Willcox
9a700e8d8f Bug 715894 - Only draw dirty rect when using gralloc textures r=clord
--HG--
extra : rebase_source : 432da0c53ce697b6bbc8009c615e9bfb81f0778f
2012-01-06 12:25:05 -05:00
Rafael Ávila de Espíndola
332a89bb51 Bug 715325 - shutdown indexedDB during xpcom-shutdown. r=benjamin. 2012-01-06 12:07:29 -05:00
Ed Morley
e44c8e2a29 Backout 4779d8df054b (bug 700508) for linux64 Moth orange 2012-01-06 16:23:05 +00:00
Michal Novotny
9c421df674 Bug 707436 - nsSetSmartSizeEvent can cause a lot of IO on the main thread 2012-01-06 16:19:10 +01:00
Neil Rashbrook
881148520a Bustage fix for bug 714164 2012-01-05 22:42:24 +00:00
Neil Rashbrook
014627fc43 Mac OS X bustage fix for bug 714164 2012-01-05 22:14:20 +00:00
Neil Rashbrook
e7ecf3a5d5 Bug 714164 Restore some global window commands that were removed as part of bug 669026 because they appeared to be unused r=ehsan sr=roc 2012-01-05 21:33:41 +00:00
Kyle Huey
457ad7e77a Bug 715113: Update Snappy to r56. r=bent 2012-01-05 11:26:14 -05:00
Kyle Huey
0c030b4208 Bug 709400: Make all methods on nsIInlineSpellChecker scriptable so that it can be overriden from JS. r=ehsan 2012-01-05 11:26:14 -05:00
Ben Turner
9579552ed7 Remove stray tabs from ril_worker.js. No bug, DONTBUILD. 2012-01-05 08:17:20 -08:00
Marco Bonardo
05bdfa8d41 Merge last clean PGO changeset from mozilla-inbound to mozilla-central 2012-01-05 15:52:19 +01:00
Kyle Huey
45e306a8f3 Bug 715162: Add missing nsTArray.h include. 2012-01-05 09:01:01 -05:00
Kyle Huey
ac3c7423b3 Bug 712175: Delayload gkmedias.dll. r=glandium 2012-01-05 08:45:40 -05:00
Kyle Huey
d7fda3b961 Bug 715185: Remove using namespace declaration from nsDOMFile.h. r=mounir 2012-01-05 08:44:46 -05:00
Kyle Huey
c0ec2bddbd Bug 715162: Move LazyIdleThread to xpcom/. r=bent
--HG--
rename : dom/indexedDB/LazyIdleThread.cpp => xpcom/threads/LazyIdleThread.cpp
rename : dom/indexedDB/LazyIdleThread.h => xpcom/threads/LazyIdleThread.h
2012-01-05 08:42:47 -05:00
Serge Gautherie
029e7ef276 Bug 705957. (Bv2) test_bug_511615.html: Improve the spelling of "priviledged". r=ehsan.
DONTBUILD (test-only, spelling-only).
2012-01-05 14:19:14 +01:00
Jim Mathies
ebb00ba555 Bug 683967 - Disable child side aborts on parent hang. r=bsmedberg 2012-01-05 06:47:41 -06:00
Marco Bonardo
2bf44ae3be Bug 715465 - Extraneous reportError in preferences/advanced.js
r=bbondy
2012-01-05 12:50:16 +01:00
Marco Bonardo
580de77ab7 Bug 715268 - Downgrades may cause missing favicons GUIDs.
r=dietrich

--HG--
rename : toolkit/components/places/tests/migration/places_v10_from_v11.sqlite => toolkit/components/places/tests/migration/places_v10_from_v14.sqlite
rename : toolkit/components/places/tests/migration/test_current_from_v10_migrated_from_v11.js => toolkit/components/places/tests/migration/test_current_from_v10_migrated_from_v14.js
2012-01-05 11:43:29 +01:00
Marco Bonardo
03eac44863 Merge mozilla-central and mozilla-inbound 2012-01-05 11:31:12 +01:00
Jonathan Kew
07d0c6eea4 bug 711690 - don't warn about unsupported font formats if a different source successfully loads. r=jdaggett 2012-01-05 10:14:11 +00:00
Tim Taubert
9c3ec4eea9 merge m-c to fx-team 2012-01-05 10:19:15 +01:00
Graeme McCutcheon
0532ae7b27 Bug 471319 - Don't make incorrect assumptions about the bogus node after undo/redo. r=ehsan 2012-01-04 15:15:09 +00:00
Brad Lassey
24ef09c9a6 bug 710392 - exclude about:home from top sites on about:home r=lucasr 2012-01-04 21:34:06 -08:00
Kartikaya Gupta
c153eccc9d Bug 715443 - [2/2] More robotium cleanup. r=jmaher
- Extract utility functions into BaseTest so that there's a bunch of duplicated code everywhere
- Use long instead of Long in testPan to avoid object creation
2012-01-05 10:20:22 -05:00
Kartikaya Gupta
63822f6725 Bug 715443 - [1/2] Robotium cleanup. r=jmaher
- Extract a common BaseTest class to hold the duplicated setup/tearDown stuff
- Convert 2-space indent to 4-space indent in keeping with rest of android code
- Prefix class member variables with 'm'
- Convert tabs to spaces, remove trailing whitespace
- Remove unused imports
- Use generics to reduce unchecked warnings
2012-01-05 10:20:22 -05:00
Geoff Brown
2499a139f0 Bug 715197 - Robocop: implement isDisplayed(); r=jmaher 2012-01-05 10:20:21 -05:00
Geoff Brown
b8d1e20f4e Bug 715060 - Fallback to normal devicemanagerADB.pushDir behavior when unzip fails; r=jmaher 2012-01-05 10:20:21 -05:00
Brian Hackett
055e6c3283 Add liveness intervals to indicate variable writes within try blocks, bug 714645. r=dvander 2012-01-05 07:01:18 -08:00
Brian Hackett
4509793e72 Use persistent type sets for initializer opcodes, bug 714600. r=dvander 2012-01-05 06:50:46 -08:00
Jonathan Kew
ef5972b56b bug 703100 followup - fix potential crash due to string not being null-terminated. 2012-01-05 14:41:37 +00:00
Brian Hackett
248500c61c Don't modify dictionary shapes in place, bug 703157. r=luke 2012-01-05 06:38:46 -08:00
Jonathan Kew
581ee27d22 bug 703100 - pt 7 - fix fragile reftests that depend on metrics of fallback fonts used for invisible chars. r=roc 2012-01-05 11:54:46 +00:00
Jonathan Kew
2097fc88d4 bug 703100 - pt 6 - remove pango-specific todo()s in test_backspace_delete, now that it passes on all platforms. r=roc 2012-01-05 11:54:45 +00:00
Jonathan Kew
6e85485e5c bug 703100 - pt 5 - optimize allocation of gfxTextRun objects to avoid separate allocation for CompressedGlyph records. r=roc 2012-01-05 11:54:45 +00:00
Jonathan Kew
7ccaa62585 bug 703100 - pt 4 - add timed expiration of cached gfxShapedWord records. r=roc 2012-01-05 11:54:45 +00:00
Mats Palmgren
9016277c12 Bug 702184 - Wallpaper a frequent orange. r=ehsan 2012-01-04 15:32:47 +01:00
David Zbarsky
785e84c27d Bug 682611 - Part 2: Remove nsIRange; r=smaug 2012-01-10 15:19:54 +01:00
David Zbarsky
3484fe1ebe Bug 682611 - Part 1: Merge nsIDOMRange and nsIDOMNSRange; r=Ms2ger r=smaug 2012-01-10 15:19:54 +01:00
Igor Bukanov
90aadf1e49 bug 714562 - fixing races between the background arena decommit and with arena allocation. r=wmccloskey
--HG--
extra : rebase_source : 6f24d608f99b921c0454a38952211e6657dc6f3e
2012-01-02 13:46:59 +01:00
Landry Breuil
319fb7d267 Bug 714315 - Use DirReaderFallback on OpenBSD, where __NR_getdents64 doesn't exist. r=cjones 2012-01-05 10:15:06 +01:00
Dão Gottwald
6ec53b1cc2 Bug 632233 - In XULBrowserWindow.onLocationChange, look for a "disablefastfind" attribute in content documents after ensuring the URI scheme is "about" or "chrome". r=gavin 2012-01-05 10:13:34 +01:00
Makoto Kato
2f13a54acb Bug 715045 - Remove old vc support code. r=jimm 2012-01-05 16:52:22 +09:00
Bas Schouten
589af2c146 Bug 711063 - Part 11: Allow using Azure for content drawing with D3D10 layers. r=jrmuizel 2012-01-05 08:17:52 +01:00
Bas Schouten
43fd152075 Bug 711063 - Part 10: Adjust BasicLayers code for Azure-Thebes wrapper. r=roc 2012-01-05 08:17:52 +01:00
Bas Schouten
0b22cc5542 Bug 711063 - Part 9: Adjust gfxDrawable to be compatible with the Azure Wrapper. r=jrmuizel 2012-01-05 08:17:52 +01:00
Bas Schouten
df29f0adbd Bug 711063 - Part 8: Adjust SVG code for Azure-Thebes wrapper. r=roc 2012-01-05 08:17:52 +01:00
Bas Schouten
438287199a Bug 711063 - Part 7: Adjust Border rendering code for Azure-Thebes wrapper. r=roc 2012-01-05 08:17:52 +01:00
Bas Schouten
676b937d60 Bug 711063 - Part 6: Adjust nsRenderingContext to be compatible with Azure wrapper. r=joedrew 2012-01-05 08:17:52 +01:00
Bas Schouten
338c264807 Bug 711063 - Part 5: Adjust gfxWindowsNativeDrawing to be compatible with Azure wrapper. r=jrmuizel 2012-01-05 08:17:52 +01:00