Henri Sivonen
99375dab7e
Bug 650784 part 4 - Scripted test for plain text conversion. r=smaug.
2012-02-27 13:57:48 +02:00
Henri Sivonen
6792924c2c
Bug 650784 part 1.5 - Move nsScriptableUnescapeHTML from Toolkit to Core. r=smaug.
...
--HG--
rename : toolkit/components/feeds/nsIScriptableUnescapeHTML.idl => parser/html/nsIScriptableUnescapeHTML.idl
rename : toolkit/components/feeds/nsScriptableUnescapeHTML.cpp => parser/html/nsParserUtils.cpp
rename : toolkit/components/feeds/nsScriptableUnescapeHTML.h => parser/html/nsParserUtils.h
2012-02-27 13:57:48 +02:00
Henri Sivonen
3ec758cd7c
Bug 650784 part 1 - Introduce a new API for converting HTML to plain text. r=smaug.
2012-02-27 13:57:48 +02:00
Henri Sivonen
ee56e7e3b0
Bug 650784 part 0.5 - Let the build system know that parser/html/ can have .idl files. rs=smaug.
2012-02-27 13:57:48 +02:00
Henri Sivonen
60b9bb42d0
Bug 650784 part 0 - Fold nsParserUtils into nsContentUtils. r=smaug.
2012-02-27 13:57:48 +02:00
Alexander Surkov
e18d363012
Bug 729831 - Crash @ mozilla::a11y::StyleInfo::Margin, r=tbsaunde
2012-02-27 20:33:55 +09:00
Gian-Carlo Pascutto
b8ddd76b92
Bug 726821 - Caching JNI class references should use a global reference. r=blassey
2012-02-27 12:28:22 +01:00
Gian-Carlo Pascutto
8995700bac
Bug 726821 - Push Cursor usage down into native bridge code. r=blassey
2012-02-27 12:28:22 +01:00
Gian-Carlo Pascutto
64a5da6afc
Bug 727264 - Update Profile Migration to use Cursors. r=blassey
2012-02-27 12:28:22 +01:00
Gian-Carlo Pascutto
9a734b7d69
Bug 727264 - Add an extra argument to pass more SQLite query results. Cleanup & simplify bridge. r=blassey
2012-02-27 12:28:21 +01:00
Mike Hommey
c1fe921682
Bug 703523 - #ifdef some windows and crash reporter specific parts of browser.js. r=gavin
2012-02-27 08:23:35 +01:00
Mike Hommey
a17cd3de2f
Bug 716544 - Define android NDK headers as system headers. r=khuey
2012-02-27 08:22:27 +01:00
Mike Hommey
bc546e0b47
Bug 729883 - Avoid linker warnings when starting up on Android. r=tglek
2012-02-27 08:19:20 +01:00
Gian-Carlo Pascutto
59da856cee
Bug 730247 - Use byteslice coding for SafeBrowsing data. r=dcamp
2012-02-27 07:46:41 +01:00
Richard Newman
c6306a4d58
Bug 730528 - Extract LooperThread from GeckoAppShell. r=blassey
2012-02-26 22:34:23 -08:00
Jeff Muizelaar
4c6fea1353
Bug 730508. Clip canvas invalidations to the content area of the canvas. r=roc
...
Previously, operations like drawImage() could invalidate areas outside of the
canvas. This hurt performance of runfield on maple.
2012-02-27 01:05:10 -05:00
Masayuki Nakano
b37485e0fc
Bug 728132 test_bug583533.html shouldn't use nsIDOMNSEvent::*_MASK r=smaug
2012-02-27 12:02:35 +09:00
Phil Ringnalda
072acec7c0
Back out a7255af10a2a and da193f5b526b (bug 729403) for xpcshell assertions in test_TelemetryPing.js
2012-02-26 18:39:06 -08:00
Kartikaya Gupta
2661a2e4f4
Bug 726382 - Ensure the mDir and mMozDir variables are protected by synchronization. r=rnewman
...
It is possible that two threads will call getDir(), or getDir() and
moveProfilesToAppInstallLocation() simultaneously. Without this patch,
this would attempt to double-create the mozilla or profile directories,
which would then result in an IOException and failure when it shouldn't.
2012-02-26 18:08:03 -05:00
Nicholas Nethercote
1db76d424a
Bug 729403 (part 2) - Add js/runtime/gc-marker memory reporter. r=wmccloskey.
...
--HG--
extra : rebase_source : 9f078515b971e3de4156bb3edd3f8aea74c9fa8f
2012-02-21 21:43:45 -08:00
Nicholas Nethercote
c6670bbe70
Bug 729403 (part 1) - Add Vector::sizeOf{In,Ex}cludingThis(). r=luke.
...
--HG--
extra : rebase_source : 850abf71178c5a23198561560d00ecd970db0cc1
2012-02-21 20:58:40 -08:00
Matthew Gregan
b6594a89ec
Bug 634564 - Re-enable test_closing_connections.
2012-02-27 12:51:52 +13:00
Matthew Gregan
4bf67123b1
Bug 634564 - Don't reset load-in-background flag when moving completed media load into the foreground. r=cpearce
2012-02-24 14:07:35 +13:00
Phil Ringnalda
9a44085db6
Merge central to inbound
2012-02-26 15:15:02 -08:00
Phil Ringnalda
132b4415b4
Merge last PGO-green from inbound to central
2012-02-26 15:12:07 -08:00
Chenxia Liu
c09c734983
Bug 730189 - Fix internet connection check. r=rnewman
2012-02-26 13:56:29 -08:00
Brian R. Bondy
079540f7c6
Bug 632556 - Run nsIFile::Reveal/Launch asynchronously. r=bsmedberg
2012-02-26 16:46:38 -05:00
Nicholas Nethercote
3bc1ae7585
Bug 730182 - Show location for "[System Principal]" compartments in about:compartments. r=bholley.
...
--HG--
extra : rebase_source : 084b36938e00058503fba426aeb42ca5cd85698d
2012-02-26 13:23:32 -08:00
Andrew McCreight
a2b9892187
Bug 730357 - factor out common NoteChild code. r=smaug
2012-02-26 13:18:44 -08:00
Bill McCloskey
85ed5a66f6
Bug 729238 - Don't reset weakmap list during mark validation (r=igor)
2012-02-26 10:04:53 -08:00
Bill McCloskey
ebac83c1b1
Bug 728962 - Always use a safe JSContext during GC (r=igor)
2012-02-26 10:03:44 -08:00
Florian Boesch
5f7e9f9ff4
Bug 728354 - WebGL EXT_texture_filter_anisotropic: added the EXT suffix and adjusted conformance test - r=bjacob
2012-02-26 12:06:18 -05:00
Simon Montagu
ddfcd4253d
Treat <wbr> like ZERO WIDTH SPACE during bidi resoltion. Bug 729047, r=ehsan
2012-02-25 23:12:55 -08:00
Simon Montagu
63f699237f
Reftest for bug 729047, r=ehsan
2012-02-25 23:12:55 -08:00
Simon Montagu
fd4c554739
Unescape URLs in mail subjects before passing them to ShellExecute. Bug 227268, r=bsmedberg, sr=biesi
2012-02-25 23:12:55 -08:00
Kartikaya Gupta
8c1a438588
Bug 723295 - Prevent startup crashes on devices with API level >= 8 and no SD card. r=wesj
2012-02-25 23:22:40 -05:00
Kartikaya Gupta
22371719c3
Bug 726382 - Fold the GeckoDirProvider and a bunch of duplicated/complicated code into a new GeckoProfile class. r=wesj
2012-02-25 23:22:40 -05:00
Ryan VanderMeulen
29ebf3fd2b
Back out 940194c616f2 (bug 729237) on suspicion of Android XUL bustage.
2012-02-25 22:09:23 -05:00
Andreas Gal
70514b4c7b
Turn on disk cache for gonk and point it to the /cache partition (bug 730591, r=cjones).
2012-02-25 19:40:03 +01:00
ffxbld
5b6b5c778f
Automated blocklist update from host moz2-linux-slave08
2012-02-25 03:10:43 -08:00
Marco Bonardo
31a3579572
Merge last green PGO from inbound to central
2012-02-25 11:11:15 +01:00
Serge Gautherie
908613abfc
Bug 718235. (Av1) events/test_focus_general.html: Disable synthShiftTab() check on SeaMonkey. r=surkov.alexander.
2012-02-25 06:18:27 +01:00
Mark Capella
5ee3b023b0
Bug 728904 - prefix telemetry constants starting by A11Y, r=surkov, f=tbsaunde
2012-02-25 13:32:21 +09:00
Mark Capella
91daabbf15
Bug 725259 - ARIA role combobox shouldn't allow aria-valueXXX attributes, r=davidb, f=surkov
2012-02-25 13:32:10 +09:00
Brian R. Bondy
a089fc6f7a
Bug 725180 - Updater JS error handling for new error codes. r=rstrong
2012-02-24 16:29:42 -05:00
Brian R. Bondy
36b8143b25
Bug 725180 - Misc libmar fixes found from tests. r=rstrong
2012-02-24 16:29:42 -05:00
Brian R. Bondy
e0b2da7b0b
Bug 725180 - Create test suite for libmar. r=rstrong
2012-02-24 16:29:42 -05:00
Brian R. Bondy
e2dd60568c
Bug 728301 - Enable new security checks only for the service. r=rstrong
2012-02-24 16:29:42 -05:00
Brian R. Bondy
ff1d6465d0
Bug 721758 - Ability to configure updater to accept multiple MAR IDs. r=rstrong
2012-02-24 16:29:42 -05:00
Brian R. Bondy
277ff09cb5
Bug 708690 - Updated MAR files for product information blocks. r=rstrong
2012-02-24 16:29:42 -05:00