Граф коммитов

261115 Коммитов

Автор SHA1 Сообщение Дата
Marco Bonardo 4b562bb0b7 Merge last green PGO from mozilla-inbound to mozilla-central 2012-01-06 13:22:51 +01:00
Jan Varga bc370ce9d8 Bug 715074 - SIGBUS on unaligned access in Key::EncodeNumber. r=sicking 2012-01-06 10:56:52 +01:00
Kartikaya Gupta cc42cdfd07 Bug 715164 - Guard against another race condition in PZC. r=pcwalton 2012-01-05 18:39:45 -08:00
Ben Turner e81ff3f1fd Bug 715756: Workers: Enable TI and allow JIT hardening to be disabled. r=sicking.
--HG--
extra : transplant_source : J%CD%B8%E0V%AE%C2B%8D%80%F1%29%B12%B6SQ%08o%60
2012-01-05 17:51:21 -08:00
Neil Rashbrook e04ddb487c Bustage fix for bug 714164 2012-01-05 22:42:24 +00:00
Neil Rashbrook 8e9ce6caac Mac OS X bustage fix for bug 714164 2012-01-05 22:14:20 +00:00
Neil Rashbrook 28fd3b25ad 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 20035c791b Bug 715113: Update Snappy to r56. r=bent 2012-01-05 11:26:14 -05:00
Kyle Huey 89088b2c08 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 e92737e5b2 Remove stray tabs from ril_worker.js. No bug, DONTBUILD. 2012-01-05 08:17:20 -08:00
Marco Bonardo 2b6c8bb207 Merge last clean PGO changeset from mozilla-inbound to mozilla-central 2012-01-05 15:52:19 +01:00
Kyle Huey b6336c1155 Bug 715162: Add missing nsTArray.h include. 2012-01-05 09:01:01 -05:00
Kyle Huey 8e3b7a1d97 Bug 712175: Delayload gkmedias.dll. r=glandium 2012-01-05 08:45:40 -05:00
Kyle Huey a58d81faef Bug 715185: Remove using namespace declaration from nsDOMFile.h. r=mounir 2012-01-05 08:44:46 -05:00
Kyle Huey 46c19a64e1 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 f4c3635cba 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 653e217094 Bug 683967 - Disable child side aborts on parent hang. r=bsmedberg 2012-01-05 06:47:41 -06:00
Marco Bonardo ab69d3a84a Bug 715465 - Extraneous reportError in preferences/advanced.js
r=bbondy
2012-01-05 12:50:16 +01:00
Marco Bonardo a658c410cf 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 f0cc4be99b Merge mozilla-central and mozilla-inbound 2012-01-05 11:31:12 +01:00
Jonathan Kew abbb68b23f 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 2244f538de merge m-c to fx-team 2012-01-05 10:19:15 +01:00
Graeme McCutcheon 50b5e738ff 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 6cb042919a bug 710392 - exclude about:home from top sites on about:home r=lucasr 2012-01-04 21:34:06 -08:00
Kartikaya Gupta 2ddf4b722d 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 dc3dce6a02 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 75fde9f5a2 Bug 715197 - Robocop: implement isDisplayed(); r=jmaher 2012-01-05 10:20:21 -05:00
Geoff Brown 4aabbea5ec Bug 715060 - Fallback to normal devicemanagerADB.pushDir behavior when unzip fails; r=jmaher 2012-01-05 10:20:21 -05:00
Brian Hackett c9b3cdece5 Add liveness intervals to indicate variable writes within try blocks, bug 714645. r=dvander 2012-01-05 07:01:18 -08:00
Brian Hackett 81b6aa3645 Use persistent type sets for initializer opcodes, bug 714600. r=dvander 2012-01-05 06:50:46 -08:00
Jonathan Kew cb01e05f33 bug 703100 followup - fix potential crash due to string not being null-terminated. 2012-01-05 14:41:37 +00:00
Brian Hackett c9b5aa3a72 Don't modify dictionary shapes in place, bug 703157. r=luke 2012-01-05 06:38:46 -08:00
Jonathan Kew 7fa4a40b82 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 b88fc83e4d 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 dbd498b32b 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 744f378de6 bug 703100 - pt 4 - add timed expiration of cached gfxShapedWord records. r=roc 2012-01-05 11:54:45 +00:00
Igor Bukanov bcb99a016f 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 586e9a885b 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 a1470ed0e3 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 5c0c388ba9 Bug 715045 - Remove old vc support code. r=jimm 2012-01-05 16:52:22 +09:00
Bas Schouten 5af5f11f22 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 025867f5d9 Bug 711063 - Part 10: Adjust BasicLayers code for Azure-Thebes wrapper. r=roc 2012-01-05 08:17:52 +01:00
Bas Schouten 62a6a9a512 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 449c3de64e Bug 711063 - Part 8: Adjust SVG code for Azure-Thebes wrapper. r=roc 2012-01-05 08:17:52 +01:00
Bas Schouten eac3fe19e3 Bug 711063 - Part 7: Adjust Border rendering code for Azure-Thebes wrapper. r=roc 2012-01-05 08:17:52 +01:00
Bas Schouten 1897e8ad30 Bug 711063 - Part 6: Adjust nsRenderingContext to be compatible with Azure wrapper. r=joedrew 2012-01-05 08:17:52 +01:00
Bas Schouten b5ca2a15e3 Bug 711063 - Part 5: Adjust gfxWindowsNativeDrawing to be compatible with Azure wrapper. r=jrmuizel 2012-01-05 08:17:52 +01:00
Bas Schouten dc184831d8 Bug 711063 - Part 4: Adjust gfxUtils to be compatible with Azure wrapper. r=jrmuizel 2012-01-05 08:17:51 +01:00
Bas Schouten f517d38aa8 Bug 711063 - Part 3: Adjust font code to be compatible with Azure wrapper. r=joedrew 2012-01-05 08:17:51 +01:00
Bas Schouten 274789adbe Bug 711063 - Part 2: Add new wrapper code for gfxContext and gfxPattern. r=jrmuizel 2012-01-05 08:17:51 +01:00