Chris Peterson
d90af6eccc
Bug 733153 - Remove obsolete widget.ime.android.landscape_fullscreen and fullscreen_threshold prefs. r=dougt
2012-03-07 17:17:00 -08:00
Wan-Teh Chang
fed9a22508
Bug 732317 - Fix bugs in the code for displaying a certificate's issuerUniqueID and subjectUniqueID. r=kaie
2012-03-08 18:48:44 -05:00
Geoff Brown
9c4c1d64a0
Bug 728263 - Avoid AccountManager leak error on exit. r=mfinkle
2012-03-08 18:48:44 -05:00
Ryan VanderMeulen
25be994f64
Back out 2175db811fad (bug 734081) due to Android reftest failures.
2012-03-08 18:41:28 -05:00
Bill McCloskey
1a94b8704e
Bug 730853 - Make sure we occasionally CC with lots of incremental GCs (r=smaug,mccr8)
2012-03-08 15:37:13 -08:00
Margaret Leibovic
f5bee9a16a
Bug 725502 - (Part 2) Disable window open dialog feature for XUL fennec. r=mbrubeck
2012-03-08 15:29:33 -08:00
Margaret Leibovic
56c8720ee7
Bug 725502 - window.open with dialog=yes argument in it causes weird issue. r=jst
2012-03-08 15:29:30 -08:00
Kyle Machulis
53b01aab66
Bug 729470 - Make bluedroid calls load via dlopen r=cjones
2012-03-08 15:14:06 -08:00
Terrence Cole
e884c28bf9
Bug 734196 - Updating the private pointer should not recurse when marking; r=billm
...
The private pointer is the only pointer update during GC marking that can invoke
unrelated code. If this code triggers a write barrier, then this will recurse.
This patch adds a way to update private pointers without triggering a barrier,
explicitly for use by the GC during marking.
2012-03-08 15:05:21 -08:00
Jason Duell
01fe7c74c0
Bug 732657: runxpcshell.py doesn't fail e10s tests if child process aborts/crashes. r=jmaher
2012-03-08 15:00:05 -08:00
Michael Wu
94ee732728
Bug 734081 - Check pixel depth when choosing config on egl, r=cjones
2012-03-08 17:06:54 -05:00
Nicholas Nethercote
55f276020a
Bug 732843 - Handle Callback() failures in memory multi-reporters. r=jlebar.
...
--HG--
extra : rebase_source : 54af85a1ef839922d5443cdc36f601611258944a
2012-03-04 15:26:30 -08:00
Jonathan Watt
cd715e1ba0
Bug 734218 - nsChangeHint_RepaintFrame should only invalidate the bounds of SVG frames, not update them. r=dholbert.
2012-03-09 08:55:28 +00:00
Ed Morley
50e92e089b
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-03-04 22:42:23 +00:00
Tim Taubert
af4128e55d
merge m-c to fx-team
2012-03-04 22:13:26 +01:00
OHZEKI Tetsuharu
664e1bfd0d
Bug 580814 - Avoid accessing rows that don't exist in treeviews for Places. r=mak
2012-03-04 12:36:14 -05:00
Justin Lebar
d77dae5390
Bug 725796 - Make window.{top,parent,frameElement} respect <iframe mozbrowser>. r=bz
2012-03-04 11:02:00 -05:00
Neil Rashbrook
6f5dca5b12
Bug 727954 Delay autocomplete of pasted value r=IanNDONTBUILD
2012-03-04 15:13:20 +00:00
Neil Rashbrook
02dd7706ab
Bug 732738 textbox should only execute inline onfocus and onblur event handlers once r=smaug
2012-03-04 14:57:45 +00:00
Richard Newman
77954cb5e2
Merge m-c to s-c.
2012-03-04 02:12:51 -08:00
Jonathan Kew
34a0756e0f
bug 732330 - add assertion in ClusterIterator::Next to check for sane/safe result. r=jdaggett
2012-03-04 08:58:54 +00:00
Justin Dolske
fa5c76f571
Bug 731093 - Make head.js code should just look for just |e.filename| so that a non-object exception is logged when thrown from a test. r=jmaher
2012-03-03 22:19:04 -05:00
Ed Morley
a8bbdba62a
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-03-04 00:38:41 +00:00
Jan de Mooij
bce6f7e43f
Bug 732693 - Fix bytecode emitted for o.__proto__(). r=bhackett
2012-03-03 16:27:51 +01:00
Serge Gautherie
d1039d1822
Bug 732615. (Av1a-TK) Move browser_checkAddonCompatibility.js test from SeaMonkey to Toolkit. r=bmcbride.
2012-03-03 14:52:33 +01:00
Ed Morley
978a57944b
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-03-03 13:13:15 +00:00
ffxbld
aee55ff5d0
Automated blocklist update from host linux-ix-slave38
2012-03-03 03:09:36 -08:00
Boris Zbarsky
30ad782016
Bug 732319. Fix leaks on CORS failures in imagelib. r=joe
2012-03-02 23:44:55 -05:00
Jeff Walden
b0b2dc3ff9
Silence a (newly introduced in) clang warning about adding an int to a string. No bug, r=trivial
2012-03-02 19:59:11 -08:00
Richard Newman
11777fabaf
Bug 732611 - Add channel (Aurora, Beta, etc.) to Android Sync user agent. r=rnewman
2012-03-02 17:36:16 -08:00
Richard Newman
371d056a17
Bug 732611 - Add channel (Aurora, Beta, etc.) to Android Sync user agent. r=rnewman
2012-03-02 17:36:16 -08:00
Richard Newman
41c9a0ba7f
Bug 709403 - Part 2: add TabsRecord. r=nalexander
2012-03-02 17:36:16 -08:00
Richard Newman
4489af6dbc
Bug 709403 - Part 2: add TabsRecord. r=nalexander
2012-03-02 17:36:16 -08:00
Richard Newman
6ca4542933
Bug 709403 - Part 1: refactor envelope/payload logic in Record. r=nalexander
2012-03-02 17:36:16 -08:00
Richard Newman
55c493208f
Bug 709403 - Part 1: refactor envelope/payload logic in Record. r=nalexander
2012-03-02 17:36:16 -08:00
Richard Newman
8af62b5a12
Bug 709403 - Part 0: Add getString to ExtendedJSONObject. r=nalexander
2012-03-02 17:36:16 -08:00
Richard Newman
ffbc3f3f7d
Bug 709403 - Part 0: Add getString to ExtendedJSONObject. r=nalexander
2012-03-02 17:36:16 -08:00
Nick Alexander
29e952a1b8
Bug 722553 - uniformize JPakeClientStage error handling. r=rnewman
2012-03-02 17:36:15 -08:00
Nick Alexander
bf51e03d3b
Bug 722553 - uniformize JPakeClientStage error handling. r=rnewman
2012-03-02 17:36:15 -08:00
Nick Alexander
646fc78fff
Bug 722570 - make BaseResource.{getConnectionManager,enableTLSConnectionManager} thread-safe. r=rnewman
2012-03-02 17:36:15 -08:00
Nick Alexander
29daa64e39
Bug 722570 - make BaseResource.{getConnectionManager,enableTLSConnectionManager} thread-safe. r=rnewman
2012-03-02 17:36:15 -08:00
Nick Alexander
e22a1ada22
Bug 722575 - make SerialRecordConsumer.consumerIsDone() thread-safe. r=rnewman
2012-03-02 17:36:15 -08:00
Nick Alexander
bf9b3963dd
Bug 722575 - make SerialRecordConsumer.consumerIsDone() thread-safe. r=rnewman
2012-03-02 17:36:15 -08:00
Marina Samuel
4a5b22b638
Bug 715796 - Part 1: client name. r=rnewman
2012-03-02 17:36:15 -08:00
Marina Samuel
ad2aca16d1
Bug 715796 - Part 1: client name. r=rnewman
2012-03-02 17:36:15 -08:00
Marina Samuel
de53550b27
Bug 715796 - Part 0: extract SQLiteOpenHelper cache from AndroidBrowserHistoryDataExtender. r=rnewman
2012-03-02 17:36:15 -08:00
Marina Samuel
3d8e721d81
Bug 715796 - Part 0: extract SQLiteOpenHelper cache from AndroidBrowserHistoryDataExtender. r=rnewman
2012-03-02 17:36:15 -08:00
Richard Newman
09f14ed9ec
Bug 731125 - Use correct X-If-Unmodified-Since header. r=rnewman
2012-03-02 17:36:15 -08:00
Richard Newman
3b1d063ea7
Merge m-c to s-c.
...
--HG--
rename : browser/base/content/syncProgress.xhtml => browser/base/content/sync/progress.xhtml
2012-03-02 17:45:57 -08:00
Richard Newman
eaf63ec593
Bug 731125 - Use correct X-If-Unmodified-Since header. r=rnewman
2012-03-02 17:36:15 -08:00