Commit Graph

31149 Commits

Author SHA1 Message Date
L. David Baron
557af3af90 Additional mochitests for URL parsing, from bug 337287 (and related to bug 476856) 2009-08-05 17:45:49 -07:00
L. David Baron
7cff5f8599 Rewrite parsing of CSS url() function to make it more like the tokenization that's described in the spec. (bug 476856, though originally written for bug 337287) r=bzbarsky 2009-08-05 17:45:49 -07:00
L. David Baron
64d89e65bf Import the css3-namespace test suite. 2009-08-05 17:45:49 -07:00
Jeff Walden
7051de5a26 Mark several reftests as random for now; behavior is almost certainly deterministic, but I only have two sets of tinderbox results now and don't have time to watch the tree after they all report, so I'm marking them all bad until I have time to revisit them later tonight. r=orange
--HG--
extra : rebase_source : d6e5439da06b83396f784f56b50acff769ff1148
2009-08-05 17:12:45 -07:00
Masayuki Nakano
841a6aa916 Bug 508202 - Cannot build on Vista x64 with VC9 + MozillaBuild1.4 after bug 505289 r=VYV03354 r=ted.mielczarek
--HG--
extra : rebase_source : 97410d0463f08d277b5815063f769205c25ebc77
2009-08-05 15:33:04 -07:00
Jeff Walden
d992b71b42 Bug 508325 - "ABORT: negative scaling factors must be handled manually". r=roc 2009-08-05 15:34:27 -07:00
Markus Stange
23cf4a7d99 Bug 508180 - Consolidate four nsXULWindow::Load*FromXUL methods. r=Neil 2009-08-06 08:52:08 +12:00
Markus Stange
369cb6add1 Bug 269410 - Only show the toolbar collapse button in the main browser window and in the Places library window. ui-r=faaborg, r=enndeakin 2009-08-06 08:51:20 +12:00
Markus Stange
4a21877da7 Bug 269410 - Create a new attribute, "toggletoolbar", which can be used to control whether the toolbar pill collapse button is shown on the window. r=Neil, r=josh, sr=roc
If the attribute is not specified, the button is hidden by default.
2009-08-06 08:49:59 +12:00
Justin Dolske
0e44752cb1 Bug 508471 - Password Manager should use setProperty instead of setPropertyAsInterface for non-interface objects. r=gavin 2009-08-05 13:46:30 -07:00
Justin Dolske
c28c79e0d2 Bug 504953 followup - return nightly and unofficial build branding to en-US only. r=axel 2009-08-05 13:46:26 -07:00
Shawn Wilsher
362b54f346 Bug 508344 - Remove unused location bar preferences
Removes preferences that are no longer used after the landing of bug 455555.
r=mak
2009-08-05 13:21:09 -07:00
Shawn Wilsher
eba729bbcf Bug 491936 - Create tests for NetUtil.jsm
Creates tests for NetUtil.jsm and fixes some minor errors with it.
r=bz
2009-08-05 13:19:01 -07:00
Ted Mielczarek
ae69d113a8 Backed out changeset 9ddc25fb2246 - bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh - for test failures 2009-08-05 15:36:49 -04:00
Ted Mielczarek
bf94951904 Backed out changeset 9ddc25fb2246 - bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh - for test failures 2009-08-05 15:36:20 -04:00
timeless@mozdev.org
01df21eefc Bug 508074 nsBinHexDecoder should use an nsCString for mName
r=biesi
2009-08-05 14:42:52 -04:00
timeless@mozdev.org
262ebbf1c5 Bug 508229 Clean up whitespace in nsBinHexDecoder
r=biesi
2009-08-05 14:41:45 -04:00
Brad Lassey
c3fb2a8e7f fixing wince build bustage from bug 505032 r=biesi 2009-08-05 14:40:42 -04:00
Reed Loden
69dbf42c08 Bug 507950 - "Add Namoroka branding to mozilla-central" [r=gavin] 2009-08-05 11:25:57 -07:00
Ted Mielczarek
b6d8d93b5c bug 459114 - helper function to provide a clean profile directory for xpcshell tests. r=sdwilsh
--HG--
extra : rebase_source : 7bd4c374609a9eea15d0b244c1415ae853146e84
2009-05-14 07:37:40 -04:00
Jonathan Griffin
e83c1d8b93 Add mochitest for bug 502091. 2009-08-05 10:32:20 -07:00
kantha kanchiraju
50d61c5923 bug 486600 - Fennec doesnt restore the window on Omnia running windows mobile 6 r=dougt 2009-08-05 12:15:56 -04:00
Honza Bambas
87896dca09 507348 - Credits cleanup, r=mconnor 2009-08-05 16:36:22 +02:00
Robert O'Callahan
9033246e16 Backout bug 504524 due to test failure 2009-08-05 17:33:51 +12:00
Robert O'Callahan
55c6dd3fc2 Backed out changeset 77787eb64629 2009-08-05 17:33:17 +12:00
Robert O'Callahan
acf101c93f Disable failing test 2009-08-05 17:22:24 +12:00
Robert O'Callahan
0a3923d50b Backoug but 586081, mailnews still uses nsTime 2009-08-05 16:45:15 +12:00
Robert O'Callahan
a3ed732448 Backed out changeset 60add17e8ed3 2009-08-05 16:44:03 +12:00
Jason Duell
e589bcc18e Bug 485230. Add way to disable caching during development. r+sr=cbiesinger
--HG--
extra : rebase_source : 05d555c4bb1f1382b7fbd7191df4a57d9572e0b4
2009-08-05 14:39:06 +12:00
Jacek Caban
df73bbb021 Bug 505032. Fix compilation of nsWifiScannerWin on MinGW. r=biesi
--HG--
extra : rebase_source : 1cc3dfd4a7cee3b62441370e511e2acc41327974
2009-08-05 14:39:06 +12:00
Yu-Hsun Lin
ab00cb4b56 Bug 486081. Remove unused nsTime class. r=roc
--HG--
extra : rebase_source : 582694b45d1d56759a619a4243abfc5a05453d8a
2009-08-05 14:39:05 +12:00
Jacek Caban
1728ef417e Bug 506034. Fixed loop on MinGW where wchar_t-char is unsigned. r=dbaron
--HG--
extra : rebase_source : def42dc23a878639a3251fdb681a9c138d16fa37
2009-08-05 14:39:05 +12:00
Joe Drew
948c8755b3 Bug 506063. Add rect emptiness check to imgContainer::ExtractCurrentFrame(). r=vlad
--HG--
extra : rebase_source : 958125394452e818ea3a797e0848ac04373a7080
2009-08-05 14:39:05 +12:00
Tobias Hunger
c25a84f164 Bug 507121. Implement new nsIWidget::Scroll API for Qt. r=mfinkle
--HG--
extra : rebase_source : 3e58f42a5ce5f85dc6b3c336ad3be1958968ca55
2009-08-05 14:39:05 +12:00
Blake Kaplan
87be09d504 Bug 507047. Remove unnecessary toString override from COWs. r=jst
--HG--
extra : rebase_source : 676013a9567ae59c1dba863a7975467f3cf4d847
2009-08-05 14:39:05 +12:00
Brian Birtles
a21a092b74 Bug 474739. Handle zero-duration intervals properly in SMIL. r=roc
--HG--
extra : rebase_source : 8ad07bedbb6b808dd36ce8949dcb186ba1fd7ca1
2009-08-05 14:39:04 +12:00
Robert O'Callahan
89ffdc2e22 Bug 504524. Don't reflow the line after an incomplete frame unless we really need to. r=bz
--HG--
extra : rebase_source : 0e294beea796a58b16273fbfb64d777a8f40e225
2009-08-05 14:38:52 +12:00
Robert O'Callahan
cba39f15c7 Bug 504524. Change signature of nsIFrame: of nsIFrame::CharacterDataChanged to support passing of the full CharacterDataChangeInfo struct. r=bz
--HG--
extra : rebase_source : cdab9444f579d6b93e142ad8681152ecd180f818
2009-08-05 13:38:10 +12:00
Robert O'Callahan
a2a72eee58 Bug 506304. Support synthesized mouse events being sent to windowless plugins, support reporting mouse event coordinates from the test plugin, and add tests for mouse events. r=josh
--HG--
extra : rebase_source : 5c97644a6db8454f759bbeab7a1e06295aca8325
2009-08-05 13:36:37 +12:00
Robert O'Callahan
42fa43d1a1 Bug 508115. Don't reparent the views for popups, since they should always have the root view as their parent. r=dbaron
--HG--
extra : rebase_source : 1d8057694cde33a56fdabb57d51c9ff600c904a0
2009-08-05 09:58:46 +12:00
Markus Stange
e6ce8823df Test for bug 507947, r=roc 2009-08-05 11:20:58 +12:00
Markus Stange
97f8ad03c0 Bug 508159 - Remove some dead code in nsXULWindow. r=Neil 2009-08-05 11:07:58 +12:00
L. David Baron
c2612afa26 Avoid flushing during media query evaluation. (Bug 507457) r=bzbarsky 2009-08-04 15:39:53 -07:00
L. David Baron
286bc4ac06 Add assertions that the rule walker is at the root. (Bug 507457) r=bzbarsky 2009-08-04 15:39:53 -07:00
Rob Arnold
d2f4f62316 Bug 503877 - Remove nsSwitchToUIThread r=vlad 2009-08-04 15:15:19 -07:00
Rob Arnold
7697869972 Bug 502715 - Enable the canvas 2d context to function without an actual canvas element r=vladimir 2009-08-04 14:36:02 -07:00
Margaret Leibovic
eb832861a6 Bug 462809 - Interpretation of scroll events on Windows and OS X, r=vladimir, ui-r=beltzner 2009-08-04 14:28:17 -07:00
Paul O’Shannessy
69172f8e96 Bug 504385 - "Save Link As..." displays broken file picker when file type is unknown on Windows CE, r=vladimir 2009-08-04 14:27:12 -07:00
Jim Blandy
c21c62d293 Bug 506887: Clarify documentation for --with-system-nspr. r=luser
Ideally, we'd go into build/autoconf/nspr.m4 and fix the documentation
for --with-nspr-prefix and --with-nspr-exec-prefix, but that file is
supposed to remain identical with the copy from NSPR itself, and
the --with-system-nspr flag isn't present in all contexts in which that
file is used.
2009-08-04 11:43:58 -07:00
Jim Blandy
8c8b80b16e Bug 503476: Use configure to decide whether to call sbrk. r=jorendorff
Symbian claims to be XP_UNIX, but doesn't have sbrk.
2009-08-04 11:38:51 -07:00