Commit Graph

247543 Commits

Author SHA1 Message Date
Masayuki Nakano
4a5030c91a Bug 660121 Remove all pref related methods from nsContentUtils r=roc 2011-05-29 08:42:57 +09:00
Masayuki Nakano
0ca0078601 Bug 659913 part.3 Use AddObservers and RemoveObservers if the caller uses these methods of Preferences two or more times r=roc 2011-05-29 08:39:27 +09:00
Masayuki Nakano
8e93a5852c Bug 659913 part.2 Implement AddObservers and RemoveObservers r=roc 2011-05-29 08:39:27 +09:00
Masayuki Nakano
5e271dcc08 Bug 659913 part.1 Remove nsContentUtils::GetPrefBranch() r=roc 2011-05-29 08:39:27 +09:00
Blake Kaplan
d817ad2114 Disable this test on Android as well since it's broken in Electrolysis. r=vingtetun 2011-05-24 11:21:42 +02:00
Phil Ringnalda
acc06fae23 Bug 657251 - Finish off the removal of content_xmldoc.xpt, r=bz
--HG--
extra : rebase_source : 3373f89c6d45a16656e73426bbac192bfec014a1
2011-05-15 18:09:54 -07:00
Mark Finkle
b8f7489fa6 Bug 612193 - Move Find In Page, Share Page, and Save As PDF to app menu on Android (missing files) [r=mbrubeck, wesj] 2011-05-28 15:00:17 -04:00
Mark Finkle
3bec1e607f Bug 612193 - Move Find In Page, Share Page, and Save As PDF to app menu on Android [r=mbrubeck, wesj] 2011-05-28 13:02:50 -04:00
Mark Finkle
a46835b29a Bug 659457 - Update Gingerbread UI for Preferences/Downloads/Addons and Context Menu [r=mbrubeck]
--HG--
rename : mobile/chrome/content/content.css => mobile/themes/core/content.css
rename : mobile/chrome/content/content.css => mobile/themes/core/gingerbread/content.css
rename : mobile/themes/core/forms.css => mobile/themes/core/gingerbread/forms.css
2011-05-28 13:02:47 -04:00
David Humphrey
7dd19396d6 Bug 650451 - Associate the application with playable media types on Mac. r=ted,smichaud 2011-05-28 14:35:37 +02:00
Julian Reschke
a599362539 Bug 655238 - add "application/xslt+xml" as media type for XSLT, affects stylesheet loading both from processing instruction and HTTP Link header field, also adding it to the Accept header sent when fetching XSLTs. r=sicking 2011-05-28 14:34:36 +02:00
Ed Morley
5861162dc0 Bug 591611 - Clean up FIREFOX_VERSION handling; r=khuey 2011-05-28 14:33:07 +02:00
Rafael Ávila de Espíndola
53548ccfdd b=659748 r=kaie Avoid jumping over variable definition. 2011-05-28 14:32:38 +02:00
ffxbld
cf81d386f9 Automated blocklist update from host linux-ix-slave15 2011-05-28 03:17:33 -07:00
Fernando Herrera
27fce4a760 Bug 639835 - EVENT_DOCUMENT_LOAD_COMPLETE may be not fired at startup, r=roc 2011-05-28 18:26:56 +09:00
Alexander Surkov
75f064e834 Bug 660149 - nsAccessNode::IsDefunct() should be const, r=trevor 2011-05-28 18:26:45 +09:00
Ms2ger
86b93bb1ab Bug 659113 - Remove nsIDOMNSHTMLDocument; r=bz 2011-05-28 09:43:57 +02:00
Ms2ger
7771d09d3b Bug 631269 - Reduce duplicate code in CloneAndReplaceChild; r=bz 2011-05-28 09:43:55 +02:00
Ms2ger
e5cf1395fc Bug 658906 - Remove nsIDOMNSDocument; r=sicking 2011-05-28 09:43:53 +02:00
Ms2ger
849d9d3048 Bug 659990 - Remove nsIDOMNSHTMLHRElement; r=peterv 2011-05-28 09:43:44 +02:00
Ms2ger
b6dd9d3e21 Bug 587021 - drop HTMLImageElement.x/.y; r=sicking sr=jst 2011-05-28 09:43:43 +02:00
Michael Wu
ead101366c Merge backout of Bug 592943 due to extensions bustage 2011-05-28 00:16:11 -07:00
Michael Wu
028badbed1 Backed out changeset eaa69ae330ab (bug 592943) for extensions bustage 2011-05-28 00:15:25 -07:00
Michael Wu
93dbdd98fa Merge backout of bug 592943 2011-05-28 00:14:37 -07:00
Michael Wu
8b878ab2a9 Backed out changeset a3b5d768fa96 (bug 592943) due to extensions bustage 2011-05-28 00:13:26 -07:00
Masayuki Nakano
60459f3de7 Bug 660401 Re-land the previous backed out patch 2011-05-28 16:03:00 +09:00
Masayuki Nakano
c1ab9c6d97 Bug 660401 temporary backout the patches for bug 659820 and bug 659821 for investigating talos regression 2011-05-28 13:50:19 +09:00
Josh Aas
de61523f19 Bug 653116: Sort plugins from most to least recently modified. Search them in this order for MIME/extension matches. They should also appear in this order in about:plugins. r=jst r=bent 2011-05-28 00:08:26 -04:00
Jim Mathies
b610ecccfc Bug 580564 - Fix for broken alt-space sys menu restore when in full screen mode. r=neil 2011-05-27 17:35:45 -05:00
Jim Mathies
2c78736aca Bug 369002 - Set os working set trimming behavior for minimized windows as the default on Vista and up. r=robarnold 2011-05-27 17:35:42 -05:00
Jim Mathies
dbe429d6ea Bug 658741 - Backout of focus related changes in bug 648935 due to plugin hang issues. r=bsmedberg 2011-05-27 17:28:20 -05:00
Michael Wu
d235aa2b60 Bug 660325 - Don't ship test jsms, r=bent 2011-05-27 13:13:29 -07:00
Michael Wu
ab1fd50db9 Follow up to bug 592943 - Remove some tabs that got in, r=killer 2011-05-27 12:31:08 -07:00
Michael Wu
6a83fe0ff7 Bug 592943 - (3/3) switch nsXULPrototypeCache to use startupCache instead of fastload, Patch by Benedict Hsieh, r=jst 2010-08-12 12:42:36 -07:00
Alon Zakai
1ad90d8d03 Bug 617115 - crashreporter fixes part. r=ted 2011-05-27 10:01:03 -07:00
Mounir Lamouri
aedfa4682c Merging cedar with mozilla-central. 2011-05-27 17:22:52 +02:00
Jim Mathies
bc88bac593 Bug 632748 - Insure the sizemode attribute is synced to the document element while chrome is loading. r=neil 2011-05-27 10:19:58 -05:00
Mounir Lamouri
113e350bd8 Bug 659852 - Remove nsContentUtils::ReleasePtrOnShutdown and nsContentUtils::sPtrsToPtrsToRelease. r=sicking 2011-05-27 12:48:28 +02:00
Mounir Lamouri
79635f2c9e Bug 659596 - option.label should be reflected like option.value. r=smaug sr=bz 2011-05-27 12:32:59 +02:00
Yoan TEBOUL
5dd032c71d Bug 659248 - Increase pseudo-element enum storage from 4 bits to 5 bits. r=dbaron 2011-05-27 12:36:19 +02:00
Mounir Lamouri
5dbe0fcb94 Merging cedar with mozilla-central. 2011-05-27 09:57:51 +02:00
Mounir Lamouri
82bae5057c Backed out bug 125608 because of orange. 2011-05-27 09:53:26 +02:00
Mounir Lamouri
a0d81f4d6b Backed out bug 659871, changeset 0cf4fa02c0f2, because of orange. 2011-05-27 09:52:42 +02:00
Randell Jesup
9867547a8f Bug 659871: Don't allow nsStandardURL::SetPort to set an invalid port. r=bz 2011-05-27 02:46:41 -04:00
Randell Jesup
8400d1b3d4 Bug 125608: NewURI was allocating more memory than needed. r=bz 2011-05-27 02:46:33 -04:00
Randell Jesup
8cd0003489 Bug 507569: Fix possible crash in nsStandardURL::SegmentIs() (Coverity) r=bz 2011-05-27 01:44:15 -04:00
Makoto Kato
e393155781 Bug 654063 - nsIPlatformCharset for Android should return UTF-8 simply. r=smontagu 2011-05-27 14:43:53 +09:00
Makoto Kato
febc13fc5e Bug 657845 - Remove Core Text checking on OSX. r=ted 2011-05-27 14:43:44 +09:00
Makoto Kato
eeea05a3bc Bug 590389 - some methods into nsICharsetConverterManager should be noscript. r=smontagu 2011-05-27 14:42:13 +09:00
Masayuki Nakano
3f360020b4 Bug 659821 Replace nsContentUtils::GetLocalizedStringPref() with Preferences::GetLocalizedC?String() r=roc 2011-05-27 13:53:03 +09:00