Commit Graph

197874 Commits

Author SHA1 Message Date
Mats Palmgren
0521a414b4 DEBUG: nsBlockFrame::List should print the overflow lines. b=459540 r+sr=roc 2008-10-13 00:33:20 +02:00
Uri Bernstein
3f918b6ada Bug 459588: Kill OLD_SELECTION code. r+sr=roc. 2008-10-13 00:11:51 +02:00
Mats Palmgren
07a188801c DEBUG: Use a flag to track when we are inside RemoveFrame() and assert it's false in GetPrimaryFrameFor(). b=458636 r+sr=roc 2008-10-13 00:05:04 +02:00
Phil Ringnalda
6bdaab5fcb Bug 458883, r+sr=bzbarsky 2008-10-12 14:42:00 -07:00
Dão Gottwald
93285831b2 Bug 459574 - Remove browser/themes/[pw]instripe/browser/browser.xml. r=rflint 2008-10-12 22:19:26 +02:00
Mats Palmgren
8344d70c49 Add 'aLineList' param to MarkLineDirty() so it knows the correct line list for 'aLine'. b=443528 r+sr=roc 2008-10-12 21:26:06 +02:00
Ben Turner
2cc487b259 Bustage fix. 2008-10-12 12:03:40 -07:00
Ben Turner
a2d746ccc9 Bug 455436 - "XPConnect insists on using its own error reporter even when another is already set." r+sr=jst. 2008-10-12 11:32:34 -07:00
Ben Newman
2e879f3987 Bug 448564. Better handling of sink context switches. r=mrbkap, sr=bzbarsky 2008-10-12 13:44:23 -04:00
Simon Bunzli
5281410fff Bug 324164 - Unify Single Window Mode Preferences; r=gavin.sharp 2008-10-12 19:36:01 +02:00
Boris Zbarsky
c109e5f245 Fixing bug due to missing parentheses. Bug 344258 followup, no bug. 2008-10-12 13:26:58 -04:00
Manish Singh
a063e8f093 Bug 450206 - Port FeedWriter favicon code to use new favicon data URL api; r=gavin.sharp 2008-10-12 19:26:19 +02:00
Serge Gautherie
cefaf71b75 Bug 455557 - <nsDataObj*.*>: update some variables which don't need to be pointers; Av1a2; r=emaijala sr=mats.palmgren 2008-10-12 18:34:26 +02:00
Simon Bünzli
8ee65da4d0 Bug 459546 - Remove alternating row color from about:sessionrestore on Windows. r=dao 2008-10-12 17:43:56 +02:00
Magnus Melin
d873f69af6 Bug 457906: browser.cache.disk.capacity MBs are calculated incorrectly. r=gavin 2008-10-12 18:33:36 +03:00
Magnus Melin
66633e7b81 Bug 458464: remove unused Distribution.jsm. r=gavin 2008-10-12 18:23:18 +03:00
Simon Bunzli
13cca42a13 Bug 345898 - Add error handling to getClosedTabCount; r=dietrich 2008-10-12 17:08:58 +02:00
Michael Ventnor
ccc710f1db Bug 459546 - Fix about:sessionrestore gnomestripe issues. r=zeniko 2008-10-12 15:37:12 +02:00
Dão Gottwald
f7bf0fe975 Bug 459457 - global.css cleanup: kill formatting.css, remove obsolete stuff, rtl fixes and more. r=neil 2008-10-12 15:25:51 +02:00
Jonas Sicking
5ecc6f263b Ensure that documentURI and baseURI is correct for XHR created documents. For cross-site loaded XHR documents make the two URIs that of the loading page, just to be on the safe side.
r/sr=bz b=459470
2008-10-11 23:30:14 -07:00
Phil Ringnalda
6bc377055b Disable prebinding for trunk builds, drop support from mozilla-central tree part, r=ted 2008-10-11 21:14:48 -07:00
Bob Clary
6f1644be75 JavaScript Tests for bug 453024, bug 454682, bug 455605, bug 455748, bug 455775, bug 456477, bug 456540, bug 457456, bug 457778, bug 459085, bug 457824, bug 421621, bug 432075, bug 435497, bug 455413, bug 456826, bug 455982, bug 452476, bug 458076, bug 459185, bug 459186, bug 458959 with updates to public failures, spidermonkey-n-1.9.1.tests and js1_8_1/trace/trace-test.js, and update for sisyphus configuration files. 2008-10-11 20:51:18 -07:00
L. David Baron
06dd49b9d7 Fixing bustage. (Bug 322475) 2008-10-11 21:16:15 -04:00
L. David Baron
e59e69dd3b Fix issues with parsing of media query lists that have bad queries in them. (Bug 454226) r+sr=bzbarsky 2008-10-11 20:49:42 -04:00
L. David Baron
bc2b538549 Remove three unused constants. (Bug 322475) 2008-10-11 20:49:42 -04:00
L. David Baron
c40790ec5b Rename nsImageLoader to nsImageLoadNotifier, since it doesn't actually load images. (Bug 322475) r+sr=bzbarsky
--HG--
rename : layout/base/nsImageLoader.cpp => layout/base/nsImageLoadNotifier.cpp
rename : layout/base/nsImageLoader.h => layout/base/nsImageLoadNotifier.h
2008-10-11 20:49:42 -04:00
L. David Baron
6e5f3d5edc Construct all our image loaders when we create frames so that we can allow arbitrary numbers of image loaders per frame (for multiple background images). (Bug 322475) r+sr=bzbarsky 2008-10-11 20:49:42 -04:00
Mats Palmgren
c34734e572 When switching from the overflow lines to normal lines we must reset 'mInOverflowLines' or we'll compare 'mLine' to the wrong list on the next call. b=457375 r+sr=roc 2008-10-12 02:19:41 +02:00
Simon Bünzli
b6a2b7d1c6 Bug 459041 - jar: URLs break sss_serializeSessionStorage (and thus SessionStore) 2008-10-12 00:02:55 +03:30
Olli Pettay
bafbad451e Bug 454325 - Range.extractContents doesn't clone partially selected nodes, r+sr=sicking 2008-10-11 22:46:05 +03:00
Elmar Ludwig
1a34e0dd65 Bug 458579 - Feed tab missing in page info 2008-10-11 22:50:01 +03:30
Simon Bünzli
07adb393f2 Bug 456342 - also restore non-standard input field types (such as type="search") 2008-10-11 22:46:03 +03:30
Simon Bünzli
e8c2dc92f6 Bug 458963 - persistTabAttribute isn't a no-op when the attribute has already been registered, r=dietrich 2008-10-11 22:39:38 +03:30
Ehsan Akhgari
4e2d6ea6be Bug 448976 - turn the Session Restore prompt into an error page; fix build bustage 2008-10-11 22:32:43 +03:30
Simon Bünzli
254b666a6c Bug 457195 - nsSessionStartup::state not cleared with history, r=dietrich 2008-10-11 22:28:21 +03:30
Simon Bünzli
59dd39bb0e Bug 448976 - turn the Session Restore prompt into an error page, r=dietrich 2008-10-11 22:17:31 +03:30
Ehsan Akhgari
67e34b974d Bug 458954 - Session store should handle exceptions when manipulating sessionStorage, r=zeniko 2008-10-11 21:46:29 +03:30
Wan-Teh Chang
b611eac0b6 Import NSPR_4_7_2_BETA4. 2008-10-11 10:46:10 -07:00
Igor Bukanov
b8b7007a16 Bug 408539 - Storing XPCContext inside JSContext 2008-10-11 19:35:39 +02:00
Robert Longson
d42cc6f9a1 Fix mochitests for bug 437448 to only run once rather than twice 2008-10-11 16:48:35 +01:00
Robert Longson
a4bfdf5f7b reftest for bug 458010 2008-10-11 16:16:42 +01:00
Robert Longson
b86d445dd7 reftest for bug 309220 2008-10-11 15:42:15 +01:00
Robert Longson
878f31f201 Modify existing mochitest to cover bug 456282 2008-10-11 15:03:53 +01:00
Dão Gottwald
522a070a79 Bug 458111 - Remove Mac-specific tabbrowser-tab binding. r=rflint 2008-10-11 15:55:39 +02:00
Robert Longson
9836044c42 enable reftest for bug 455226 2008-10-11 14:47:06 +01:00
Robert Longson
7794fb8713 Bug 459497 - Remove unused code following dynamic ID work. r+sr=roc 2008-10-11 13:55:11 +01:00
Robert Longson
7517d71862 Bug 458087 - Use global comma separated tokeniser now that we have one. r+sr=roc 2008-10-11 13:40:43 +01:00
Peter Weilbacher
68f18866df [OS/2] Bug 454956: fix OS/2 build break with GCC 3.4.6 or newer, part 2 2008-10-11 14:49:03 +03:00
Robert Longson
76faac31ae Bug 458010 - textPath should use nsReferencedElement instead of nsSVGUtils::GetReferencedFrame. r+sr=roc 2008-10-11 12:29:35 +01:00
Peter Weilbacher
22caaa4ccc [OS/2] Bug 459429: OS/2 build brakes after rename of npupp.h to npfunctions.h 2008-10-11 10:35:51 +03:00