Ed Morley
|
9e71e5b9ac
|
Bug 614515 - Remove MOZ_SVG conditions. r=roc
|
2011-05-30 09:34:50 +02:00 |
|
Ed Morley
|
6649ee0b7d
|
Bug 624748 - Remove unused nsITheme::RegisterWidgetGeometry. r=roc
|
2011-05-30 09:31:42 +02:00 |
|
Joe Drew
|
a51d1624f1
|
Bug 641169 - Whitelist webgl.* prefs in about:support. r=gavin
|
2011-05-30 09:31:17 +02:00 |
|
Henri Sivonen
|
c22caad492
|
Bug 656904 - Make the view-source: URL constructor pay attention to the base URL. r=bzbarsky.
|
2011-05-30 09:07:48 +03:00 |
|
Henri Sivonen
|
7623f735f9
|
Test for bug 655682 - Perform discretionary flushes in the HTML parser even if the current node is foster-parenting. r=bzbarsky.
|
2011-05-30 09:07:47 +03:00 |
|
Simon Montagu
|
2dc3d1f5d0
|
Fix the range check for CP949 in uscan.c, Bug 658952. Correct a typo in the alias cseuckr, Bug 462687 r=emk
|
2011-05-30 08:38:26 +03:00 |
|
Randell Jesup
|
263db9515a
|
Bug 659340: Add paranoia on frame life back in nsTextControlFrames. r=ehsan
|
2011-05-30 01:29:32 -04:00 |
|
Mark Finkle
|
540b2aefc4
|
Bug 660569 - Settings missing their checkbox in Gingerbread theme [r=theme-bustage-fix]
|
2011-05-30 00:37:02 -04:00 |
|
Phil Ringnalda
|
9e5d4a865d
|
Interim bug 660497 bustage fix, use $(OS_TARGET) until ANDROID is usable as a makefile define
|
2011-05-28 20:25:30 -07:00 |
|
Honza Bambas
|
93540b483c
|
Bug 649338 - Expose mUploadStreamHasHeaders on the HttpBaseChannel, comment correction
|
2011-05-29 16:14:21 +02:00 |
|
Honza Bambas
|
923a9677e4
|
Bug 649338 - Expose mUploadStreamHasHeaders on the HttpBaseChannel, r=bz
|
2011-05-29 15:55:38 +02:00 |
|
Ms2ger
|
3d548cfff7
|
Bug 611983 - Kill Document.createEntityReference; r=peterv
|
2011-05-29 10:33:35 +02:00 |
|
Masayuki Nakano
|
85c451e309
|
Bug 660121 Remove all pref related methods from nsContentUtils r=roc
|
2011-05-29 08:42:57 +09:00 |
|
Masayuki Nakano
|
a28bd9e01f
|
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
|
badc923975
|
Bug 659913 part.2 Implement AddObservers and RemoveObservers r=roc
|
2011-05-29 08:39:27 +09:00 |
|
Masayuki Nakano
|
1593568b21
|
Bug 659913 part.1 Remove nsContentUtils::GetPrefBranch() r=roc
|
2011-05-29 08:39:27 +09:00 |
|
Blake Kaplan
|
e25afea942
|
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
|
f9c489d0b9
|
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
|
f736a45540
|
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
|
98fbaa2507
|
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
|
7dd8a75815
|
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
|
b9b5c779b9
|
Bug 650451 - Associate the application with playable media types on Mac. r=ted,smichaud
|
2011-05-28 14:35:37 +02:00 |
|
Julian Reschke
|
58bfed45f8
|
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
|
d2d7cf35c3
|
Bug 591611 - Clean up FIREFOX_VERSION handling; r=khuey
|
2011-05-28 14:33:07 +02:00 |
|
Rafael Ávila de Espíndola
|
5e9b072a1f
|
b=659748 r=kaie Avoid jumping over variable definition.
|
2011-05-28 14:32:38 +02:00 |
|
ffxbld
|
5529e74403
|
Automated blocklist update from host linux-ix-slave15
|
2011-05-28 03:17:33 -07:00 |
|
Fernando Herrera
|
3f61f30bc6
|
Bug 639835 - EVENT_DOCUMENT_LOAD_COMPLETE may be not fired at startup, r=roc
|
2011-05-28 18:26:56 +09:00 |
|
Alexander Surkov
|
da89e08cb3
|
Bug 660149 - nsAccessNode::IsDefunct() should be const, r=trevor
|
2011-05-28 18:26:45 +09:00 |
|
Ms2ger
|
35e44f908f
|
Bug 659113 - Remove nsIDOMNSHTMLDocument; r=bz
|
2011-05-28 09:43:57 +02:00 |
|
Ms2ger
|
6469ece53a
|
Bug 631269 - Reduce duplicate code in CloneAndReplaceChild; r=bz
|
2011-05-28 09:43:55 +02:00 |
|
Ms2ger
|
b171b9ae5c
|
Bug 658906 - Remove nsIDOMNSDocument; r=sicking
|
2011-05-28 09:43:53 +02:00 |
|
Ms2ger
|
bfe60518ca
|
Bug 659990 - Remove nsIDOMNSHTMLHRElement; r=peterv
|
2011-05-28 09:43:44 +02:00 |
|
Ms2ger
|
655b045151
|
Bug 587021 - drop HTMLImageElement.x/.y; r=sicking sr=jst
|
2011-05-28 09:43:43 +02:00 |
|
Michael Wu
|
6211037ff9
|
Merge backout of Bug 592943 due to extensions bustage
|
2011-05-28 00:16:11 -07:00 |
|
Michael Wu
|
d064b6eefe
|
Backed out changeset eaa69ae330ab (bug 592943) for extensions bustage
|
2011-05-28 00:15:25 -07:00 |
|
Michael Wu
|
ffb26adaa4
|
Merge backout of bug 592943
|
2011-05-28 00:14:37 -07:00 |
|
Michael Wu
|
bfc0436e95
|
Backed out changeset a3b5d768fa96 (bug 592943) due to extensions bustage
|
2011-05-28 00:13:26 -07:00 |
|
Masayuki Nakano
|
2b6aea130f
|
Bug 660401 Re-land the previous backed out patch
|
2011-05-28 16:03:00 +09:00 |
|
Masayuki Nakano
|
4dede19235
|
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
|
ad51d92173
|
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
|
8b8b0985de
|
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
|
c5f9083a21
|
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
|
fcdf914fed
|
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
|
693d0fd26c
|
Bug 660325 - Don't ship test jsms, r=bent
|
2011-05-27 13:13:29 -07:00 |
|
Michael Wu
|
c1e0473f67
|
Follow up to bug 592943 - Remove some tabs that got in, r=killer
|
2011-05-27 12:31:08 -07:00 |
|
Michael Wu
|
d00ebe95b3
|
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
|
1089f5ea54
|
Bug 617115 - crashreporter fixes part. r=ted
|
2011-05-27 10:01:03 -07:00 |
|
Mounir Lamouri
|
7f89daa840
|
Merging cedar with mozilla-central.
|
2011-05-27 17:22:52 +02:00 |
|
Jim Mathies
|
404a33904f
|
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
|
c9253164c5
|
Bug 659852 - Remove nsContentUtils::ReleasePtrOnShutdown and nsContentUtils::sPtrsToPtrsToRelease. r=sicking
|
2011-05-27 12:48:28 +02:00 |
|