Commit Graph

250557 Commits

Author SHA1 Message Date
Jonathan Kew
ea93fcbce9 bug 672320 pt 9.2 - reftest for French patterns. r=smontagu 2011-07-26 11:54:32 +01:00
Jonathan Kew
95acb2940d bug 672320 pt 9.1 - add hyphenation patterns for French. rs=smontagu 2011-07-26 11:54:32 +01:00
Chris Jones
7aefdf83e5 Bug 669823: SetStatusWithContext() is reached. Defer deeper discussion about status handling to bug 617804. r=bsmedberg 2011-07-07 11:11:58 -04:00
Jacek Caban
daa337a539 Bug 670912 - nptest_windows.cpp fails to compile on mingw-w64 r=benjamin 2011-07-26 12:24:20 +02:00
Marco Bonardo
abada7c3fd Merge mozilla-central to mozilla-inbound 2011-07-26 11:53:11 +02:00
Jonathan Kew
66b17a9313 bug 671385 - restore the recursive application of ForEachFontInternal to font names from preferences, to avoid breaking Fontconfig generics. r=jdaggett 2011-07-26 10:50:14 +01:00
Marco Bonardo
e3d3e25769 Merge last green changeset from mozilla-inbound to mozilla-central 2011-07-26 11:50:00 +02:00
Jonathan Kew
95022769d4 bug 672955 - prefer harfbuzz to core text backend for Thai OT fonts on OS X. r=jdaggett 2011-07-26 10:47:36 +01:00
Mike Hommey
95b06d0667 Bug 673921 - Make build/unix/check_debug_ranges.py properly handle objdump addresses output. r=ted 2011-07-26 09:54:01 +02:00
Mike Hommey
a791879fce Bug 673681 - Properly support --enable-system-ffi with static js (original patch by ojab). r=ted 2011-07-26 09:52:58 +02:00
Michael Wu
b34f351453 Bug 671185 - Incorrect return of NS_ERROR_* codes in functions returning PRBool, r=mak,ehsan,taras,biesi,pike,khuey,dholbert,josh,bjacob,bsmith 2011-07-25 21:57:58 -07:00
Michael Wu
6b6e48aa8d Bug 664907 - Use MOZ_CHROME_FILE_FORMAT=symlink for omnijar builds, r=ted,Mitch
Turns on symlink on non-windows. It is questionable whether symlink works correctly on windows.
2011-07-25 21:57:37 -07:00
Michael Wu
53aedf367d Bug 664907 - Don't link to self when dealing with files in the object directory, r=khuey
When using files in the current working directory, JarMaker.py uses '.' as the base directory, which ends up giving us links like bookmarks.json -> ./bookmarks.json . This replaces '.' with the actual working directory to give us proper symlinks.
2011-07-25 21:57:28 -07:00
Michael Wu
7ea2c178b0 Bug 664907 - Move *.properties comment stripping to staging, r=khuey 2011-07-25 21:57:16 -07:00
Ben Turner
2082b512ae Bug 672086 - 'Workers: Recycle threads to prevent churn and stack recursion problems'. r=sicking. 2011-07-25 18:49:16 -07:00
Olli Pettay
0282058875 Bug 673806, unlink animation controller, r=dholbert 2011-07-25 20:50:29 +03:00
Kyle Huey
6311b456b0 Bug 673859: Don't overwrite the event's trusted flag in nsGenericElement::DispatchClickEvent. r=smaug 2011-07-25 10:35:25 -07:00
Kyle Huey
e29d01fd7b Bug 673940: Don't accidentally overwrite the environment's PYTHONPATH. r=ted 2011-07-25 10:20:43 -07:00
Rob Campbell
c4c33c7ccf merge m-c to fx-team 2011-07-25 10:39:42 -03:00
Rob Campbell
428b27ac8d Bug 662807 - Error bubbles for multiline messages in console look silly; r=dao 2011-07-25 10:36:36 -03:00
Marco Bonardo
9390361e3c Merge mozilla-inbound and mozilla-central 2011-07-25 14:14:13 +02:00
Walter Meinl
ac2b543d81 Bug 670230 - [OS/2] missing includes in nsPluginInstanceOwner. r=daveryeo 2011-07-25 12:17:02 +02:00
Dão Gottwald
59ce6dee1d Bug 658738 - Trigger additional GC+CC runs. r=gavin 2011-07-25 12:11:31 +02:00
Matt Woodrow
e2113eb4db Bug 670573 - Add glTex(Sub)Image2D wrappers that correctly handle stride and alignment. r=derf 2011-07-25 19:32:56 +12:00
Justin Lebar
eb96e07e82 Bug 672731 - Add UNITS_COUNT_CUMULATIVE to nsIMemoryReporter. r=njn 2011-07-24 23:56:50 -04:00
Alexander Surkov
f8b12c04e2 Bug 673757 - Do not process invalidation list while tree is created, r=tbsaunde 2011-07-24 20:15:37 -07:00
Matt Woodrow
22504be7f5 Backed out changeset 39fef2383893 2011-07-25 13:18:23 +12:00
Matt Woodrow
c9c57295d3 Bug 670573 - Add glTex(Sub)Image2D wrappers that correctly handle stride and alignment. r=derf 2011-07-25 12:50:00 +12:00
Nicholas Nethercote
1b546f11ad Bug 671150 - Add memory reporter for the JS PropertyTable. r=brendan. 2011-07-24 17:00:56 -07:00
Ehsan Akhgari
4a2d60fa6f Merge mozilla-central and mozilla-inbound 2011-07-24 12:52:51 -04:00
Masayuki Nakano
a9ad2b5a29 Bug 673315 part.1 selection change reason must be MOUSEUP_REASON when dragging for selection finishes normally r=smaug 2011-07-24 23:26:40 +09:00
Alexander Surkov
d6c77f3c48 Bug 660461 - attributes/test_obj_group.xul random fail | Can't get accessible for menu_item2.1, An error occurred - acc is null, r=tbsaunde 2011-07-24 21:45:23 +09:00
arno renevier
8b113fa3f1 Bug 561042 - remove http headers size limit. r=bz 2011-07-24 13:46:33 +02:00
Kyle Huey
47c898ca95 Bug 673461: Don't automatically disable ANGLE if the DirectX SDK is not found. r=ted 2011-07-23 18:42:27 -07:00
Adam Rosenfield
508d3cef6d Bug 646748 - Use Launch Services to check if a file is executable on Mac OS X before checking file permissions; r=smichaud 2011-07-24 01:36:58 +02:00
Paul ADENOT
897b6e19c8 Bug 599205 - Controls can show incorrect buffered range after media download finishes. r=kinetik 2011-07-23 23:45:37 +02:00
Dão Gottwald
2635db24aa Backed out changeset 21e652a43924 2011-07-23 23:42:41 +02:00
Jezreel Ng
de06912b19 Bug 666611 - Do not set chunksize if less than 100MiB of storage is available. r=mak 2011-07-23 23:23:42 +02:00
Tim Taubert
06056fa851 Bug 673104 - Use ES5 strict mode for Panorama; r=dao 2011-07-23 17:07:39 +02:00
Tim Taubert
e940fe9c98 merge m-c into fx-team 2011-07-23 17:06:53 +02:00
Joel Maher
874643b9f7 Bug 666660 - convert mochitest plugin harness code to specialpowers. r=ted, a=test-only 2011-07-23 09:02:43 -04:00
Joel Maher
bb2e78799b Bug 666654 - split eventutils.js functions that are chrome only into chromeutils.js. r=ted, a=test-only 2011-07-23 09:02:40 -04:00
Julian Reschke
4a4110664c Bug 666562. fix quoted-string unescaping in HTTP link header fields, r=bzbarsky 2011-07-23 14:31:49 +02:00
Alexander Surkov
b22f2bf025 Bug 671808 - start windows emulation for multiprocess Firefox, round two, r=trevor 2011-07-23 21:14:13 +09:00
ffxbld
8b772b4018 Automated blocklist update from host moz2-linux-slave19 2011-07-23 03:21:33 -07:00
Ed Morley
c8c8a8380e Bug 672046 - Valgrind suppression files are still generated in objdir even when building without --enable-valgrind; r=ted 2011-07-23 11:59:19 +02:00
Ms2ger
cbbe8d6b3e Bug 672510 - Remove unused nsIAccessNode::ownerWindow; r=surkov 2011-07-23 11:59:06 +02:00
Ms2ger
19bead777e Bug 666665 - Remove isindex content code; r=sicking+hsivonen 2011-07-23 11:45:38 +02:00
Robert Longson
79403fff16 Bug 671892 - Simplify a common filter number conversion pattern. r=dholbert 2011-07-23 09:44:52 +01:00
Robert Longson
0c88b8e318 Bug 672055 - Use nsCharSeparatedTokenizer to parse number-optional-number attributes. r=dholbert sr=jonas 2011-07-23 09:41:17 +01:00