Commit Graph

244864 Commits

Author SHA1 Message Date
Philipp von Weitershausen
32cd47583c Bug 648338 - Remove remaining Firefox 3.5/3.6 compat code. r=rnewman 2011-04-07 15:31:11 -07:00
Philipp von Weitershausen
420737ba0e Bug 648338 - Remove Firefox 3.5/3.6 compat code in the form engine. r=rnewman 2011-04-07 15:30:54 -07:00
Philipp von Weitershausen
63c6b53f71 Bug 648338 - Remove Firefox 3.5/3.6 compat code in the history engine. r=rnewman 2011-04-07 15:30:44 -07:00
Philipp von Weitershausen
b6db00e516 Bug 648338 - Remove Firefox 3.5/3.6 compat code in the bookmarks engine. r=rnewman 2011-04-07 15:30:31 -07:00
Richard Newman
a76ea032e7 Bug 568156: Use Sync client version as User-Agent. r=philiKON 2011-04-07 13:55:02 -07:00
Richard Newman
bc6b98d368 Bug 638301: Fix test bustage in test_syncengine_sync.js. r=philiKON 2011-04-07 10:07:16 -07:00
Richard Newman
6b9ced6036 Merge mozilla-central into services-central. 2011-04-06 21:28:27 -07:00
Aki Sasaki
5a030b16b5 bug 644202 - update mobile/locales/l10n.ini to be single-locale compatible. r=pike, npotb 2011-04-06 17:38:21 -07:00
Richard Newman
29299290e6 Merge mozilla-central into services-central. 2011-04-06 17:32:40 -07:00
Richard Newman
05ce41ec03 Bug 638301: SyncEngine._processIncoming: ensure we don't hit URL length limit for fetchBatch on desktop. r=philiKON 2011-04-06 17:18:22 -07:00
Richard Newman
7f62848b0f Bug 623836: part 1: use lowercase headers where we're supposed to. r=philiKON 2011-04-06 16:12:21 -07:00
Benoit Girard
b54ec5dbd6 Bug 647710: Fixed color profile leak. r=josh 2011-04-06 16:00:45 -07:00
Michael Wu
58c460efe6 Bug 626051 - Optimize script read to avoid crashing in optimized zlib copy, r=smaug 2011-04-06 17:17:56 -07:00
Ehsan Akhgari
9fc520a05c Merge cedar into mozilla-central 2011-04-06 16:39:14 -07:00
Robert O'Callahan
95ad3e2df3 Bug 647315. Update ThebesLayerOGL with the same fix. r=mattwoodrow 2011-04-06 16:38:01 -07:00
Robert O'Callahan
5d14389f57 Bug 647315. Back out one line of changeset 844579d34200. r=mattwoodrow 2011-04-06 16:37:56 -07:00
Aki Sasaki
927e60a0a1 Added tag MOBILE_MERGE_DONE_20110406 for changeset a71bd564ebf5
--HG--
extra : rebase_source : 2159cadc94d6358aed42512096c171012d8864d0
2011-04-06 13:12:23 -07:00
Aki Sasaki
5bdf568b0a Added tag MOBILE_MERGE_DONE for changeset a71bd564ebf5
--HG--
extra : rebase_source : 40f3eec2655423124be9b310d857122768a21224
2011-04-06 13:12:20 -07:00
Aki Sasaki
1241004512 Merging http://hg.mozilla.org/mozilla-central and http://hg.mozilla.org/mobile-browser into one repository
--HG--
extra : rebase_source : a71bd564ebf5bf4f93d13e84114f759c263130b0
2011-04-06 13:12:17 -07:00
Aki Sasaki
29b69a62d8 Added tag PRE_MOBILE_MERGE_20110406 for changeset b70744835d94
--HG--
extra : rebase_source : 8c803be70dc59ae19cf558b5616a9b7b3df3e397
2011-04-06 13:12:02 -07:00
Aki Sasaki
6ce5fbf8e0 Added tag PRE_MOBILE_MERGE for changeset b70744835d94
--HG--
extra : rebase_source : 6cd9fd42e8062a4026bd17d80ebabe0947b59f76
2011-04-06 13:11:58 -07:00
Mounir Lamouri
6f815586ba Bug 625760 - Make "Remote XUL unsupported" error page localizable. r=sicking 2011-04-06 14:20:23 -07:00
Aki Sasaki
e99fa72d49 pre-merge tags stored only in pre-merge mobile-browser 2011-04-06 13:11:55 -07:00
convert-repo
b6752a8766 update tags 2011-04-07 04:11:55 +00:00
Craig Topper
a34a1d0043 Bug 577976 - Part 6: Add cast to resolve ambiguity in case 'using' isn't supported by compiler, r=bzbarsky 2011-04-06 00:11:42 -07:00
Richard Newman
177f8dccb2 (No Bug): Bump Sync version to 1.7.1pre. 2011-04-01 22:49:51 -07:00
Richard Newman
ab9df2af65 Merge mozilla-central into services-central. 2011-04-01 19:18:38 -07:00
Richard Newman
8080d25248 Bug 623080: make Resource more loggy and robust. r=mconnor 2011-04-01 15:27:19 -07:00
Mitchell Field
802d63f383 Bug 647118 - Remove support for --disable-plugins. r=glandium 2011-04-02 01:41:46 +11:00
Mounir Lamouri
fc81ba7ca5 Bug 643576 - Do not try to use all fiters on MacOS X file picker but only the current one. r=joshmoz 2011-04-01 16:30:00 +02:00
Chris Jones ext:(%20and%20Kyle%20Huey%20%3Ckhuey%40kylehuey.com%3E)
2c92e3ecd5 Rollup of bug 645263 and bug 646259: Switch to mozilla:: sync primitives. r=cjones,dbaron,doublec,ehsan src=bsmedberg
Bug 645263, part 0: Count sync primitive ctor/dtors. r=dbaron
Bug 645263, part 1: Migrate content/media to mozilla:: sync primitives. r=doublec
Bug 645263, part 2: Migrate modules/plugin to mozilla:: sync primitives. sr=bsmedberg
Bug 645263, part 3: Migrate nsComponentManagerImpl to mozilla:: sync primitives. sr=bsmedberg
Bug 645263, part 4: Migrate everything else to mozilla:: sync primitives. r=dbaron
Bug 645263, part 5: Remove nsAutoLock.*. sr=bsmedberg
Bug 645263, part 6: Make editor test be nicer to deadlock detector. r=ehsan
Bug 645263, part 7: Disable tracemalloc backtraces for xpcshell tests. r=dbaron
Bug 646259: Fix nsCacheService to use a CondVar for notifying. r=cjones
2011-03-31 23:29:02 -05:00
Chris Jones
4b23030234 Merge backout 2011-03-31 21:32:46 -05:00
Chris Jones
9ac2f0b7d8 Backed out changeset f4da8c0c48d9 for breaking nightly repacks (see bug 313956) 2011-03-31 21:32:35 -05:00
Chris Jones
9e1e572de5 Bug 577899, part 2: Add a DebugOnly helper to mfbt, which only contains a value in debug builds. r=luke 2011-03-31 20:46:35 -05:00
Chris Jones
867be51f36 Bug 577899, part 1: Add mfbt, to contain code shared between SpiderMonkey and Gecko. r=luke,ted sr=brendan,bsmedberg,roc 2011-03-31 20:46:35 -05:00
Vivien Nicolas
661c76168f Bug 646900 - [ar] Vertical scrollbox is missing in the chrome UI [r=mfinkle] 2011-04-01 02:27:05 +02:00
Peter Van der Beken
e2b56bf10b Back out 78f3982899ce (Fix for bug 603844) to fix orange.
--HG--
extra : rebase_source : e16da135432e7d3c6df11ca50f413b988bbd53a5
2011-03-31 17:25:41 -07:00
Chris Pearce
5e2c8c0e56 Bug 641718 - Backout 44d43f095a4f. r=backout 2011-04-01 13:02:20 +13:00
Chris Jones
912845af59 Merge backout 2011-03-31 18:58:11 -05:00
Chris Jones
699024f868 Backed out changeset 4beec31b9ea9 for increasing frequency of intermittent orange bug 618052 2011-03-31 18:57:38 -05:00
Chris Jones ext:(%20and%20Kyle%20Huey%20%3Ckhuey%40kylehuey.com%3E)
0ce53bb598 Rollup of bug 645263 and bug 646259: Switch to mozilla:: sync primitives. r=cjones,dbaron,doublec,ehsan src=bsmedberg
Bug 645263, part 0: Count sync primitive ctor/dtors. r=dbaron
Bug 645263, part 1: Migrate content/media to mozilla:: sync primitives. r=doublec
Bug 645263, part 2: Migrate modules/plugin to mozilla:: sync primitives. sr=bsmedberg
Bug 645263, part 3: Migrate nsComponentManagerImpl to mozilla:: sync primitives. sr=bsmedberg
Bug 645263, part 4: Migrate everything else to mozilla:: sync primitives. r=dbaron
Bug 645263, part 5: Remove nsAutoLock.*. sr=bsmedberg
Bug 645263, part 6: Make editor test be nicer to deadlock detector. r=ehsan
Bug 645263, part 7: Disable tracemalloc backtraces for xpcshell tests. r=dbaron
Bug 646259: Fix nsCacheService to use a CondVar for notifying. r=cjones
2011-03-31 14:51:19 -05:00
John Ford
13804e6190 Bug 646851 - build slaves not able to build rpms because of old version of desktop-file-utils r=glandium 2011-03-31 12:44:01 -07:00
Luke Wagner
24f04a3627 Bug 646380 - jsd_GetValueString needs to null out 'call' after leaving the cross compartment call (r=sphink) 2011-03-31 15:29:44 -04:00
Boris Zbarsky
dc3c181623 Bug 646850. When resetting length to the pre-animation value, make sure to not lose track of our units. r=dholbert 2011-03-31 15:29:44 -04:00
Boris Zbarsky
d6a199195e Bug 646912. Fix grad-to-degree conversion factor. r=dholbert
--HG--
rename : layout/reftests/svg/smil/motion/animateMotion-rotate-1.svg => layout/reftests/svg/smil/motion/animateMotion-rotate-1a.svg
rename : layout/reftests/svg/smil/motion/animateMotion-rotate-1.svg => layout/reftests/svg/smil/motion/animateMotion-rotate-1b.svg
2011-03-31 15:29:44 -04:00
Boris Zbarsky
ff4c97f445 Bug 610077. Drop the default timeout clamp to 4ms. r=jst 2011-03-31 15:29:44 -04:00
Michael Wu
0d529649c6 Bug 637286 - Eliminate deadlocks in ReleaseZip, r=taras 2011-03-31 15:01:12 -04:00
Scott Greenlay
983a63d62b Bug 596078: Remove old 4.x plugin directory scan. Patch by Scott Greenlay and Josh Aas. r=bsmedberg 2011-03-31 14:26:57 -04:00
Mehdi Mulani
3322fdc600 Bug 644288: Add tests for HashCompleter. r=dcamp 2011-03-31 11:32:28 -07:00
Zack Weinberg
1d850d4939 Bug 571989, much-delayed part 6: merge gfx/src/thebes into gfx/src. r=joedrew
--HG--
rename : gfx/src/thebes/mozilla-decoder.cpp => gfx/src/mozilla-decoder.cpp
rename : gfx/src/thebes/mozilla-decoder.h => gfx/src/mozilla-decoder.h
rename : gfx/src/thebes/nsIThebesFontMetrics.h => gfx/src/nsIThebesFontMetrics.h
rename : gfx/src/thebes/nsSystemFontsAndroid.cpp => gfx/src/nsSystemFontsAndroid.cpp
rename : gfx/src/thebes/nsSystemFontsAndroid.h => gfx/src/nsSystemFontsAndroid.h
rename : gfx/src/thebes/nsSystemFontsGTK2.cpp => gfx/src/nsSystemFontsGTK2.cpp
rename : gfx/src/thebes/nsSystemFontsGTK2.h => gfx/src/nsSystemFontsGTK2.h
rename : gfx/src/thebes/nsSystemFontsMac.h => gfx/src/nsSystemFontsMac.h
rename : gfx/src/thebes/nsSystemFontsMac.mm => gfx/src/nsSystemFontsMac.mm
rename : gfx/src/thebes/nsSystemFontsOS2.cpp => gfx/src/nsSystemFontsOS2.cpp
rename : gfx/src/thebes/nsSystemFontsOS2.h => gfx/src/nsSystemFontsOS2.h
rename : gfx/src/thebes/nsSystemFontsQt.cpp => gfx/src/nsSystemFontsQt.cpp
rename : gfx/src/thebes/nsSystemFontsQt.h => gfx/src/nsSystemFontsQt.h
rename : gfx/src/thebes/nsSystemFontsWin.cpp => gfx/src/nsSystemFontsWin.cpp
rename : gfx/src/thebes/nsSystemFontsWin.h => gfx/src/nsSystemFontsWin.h
rename : gfx/src/thebes/nsThebesDeviceContext.cpp => gfx/src/nsThebesDeviceContext.cpp
rename : gfx/src/thebes/nsThebesDeviceContext.h => gfx/src/nsThebesDeviceContext.h
rename : gfx/src/thebes/nsThebesFontEnumerator.cpp => gfx/src/nsThebesFontEnumerator.cpp
rename : gfx/src/thebes/nsThebesFontEnumerator.h => gfx/src/nsThebesFontEnumerator.h
rename : gfx/src/thebes/nsThebesFontMetrics.cpp => gfx/src/nsThebesFontMetrics.cpp
rename : gfx/src/thebes/nsThebesFontMetrics.h => gfx/src/nsThebesFontMetrics.h
rename : gfx/src/thebes/nsThebesGfxFactory.cpp => gfx/src/nsThebesGfxFactory.cpp
rename : gfx/src/thebes/nsThebesRegion.cpp => gfx/src/nsThebesRegion.cpp
rename : gfx/src/thebes/nsThebesRegion.h => gfx/src/nsThebesRegion.h
rename : gfx/src/thebes/nsThebesRenderingContext.cpp => gfx/src/nsThebesRenderingContext.cpp
rename : gfx/src/thebes/nsThebesRenderingContext.h => gfx/src/nsThebesRenderingContext.h
2011-03-31 11:30:28 -07:00