Uri Bernstein
|
17f37431ef
|
Bug 459588: Kill OLD_SELECTION code. r+sr=roc.
|
2008-10-13 00:11:51 +02:00 |
|
Mats Palmgren
|
ee40d22b13
|
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
|
8c39edefbd
|
Bug 458883, r+sr=bzbarsky
|
2008-10-12 14:42:00 -07:00 |
|
Dão Gottwald
|
927248631e
|
Bug 459574 - Remove browser/themes/[pw]instripe/browser/browser.xml. r=rflint
|
2008-10-12 22:19:26 +02:00 |
|
Mats Palmgren
|
54ec50a55f
|
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
|
9a82f09922
|
Bustage fix.
|
2008-10-12 12:03:40 -07:00 |
|
Ben Turner
|
311284ddff
|
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
|
4fd213f46d
|
Bug 448564. Better handling of sink context switches. r=mrbkap, sr=bzbarsky
|
2008-10-12 13:44:23 -04:00 |
|
Simon Bunzli
|
e6a3178a4d
|
Bug 324164 - Unify Single Window Mode Preferences; r=gavin.sharp
|
2008-10-12 19:36:01 +02:00 |
|
Boris Zbarsky
|
0017c27e5c
|
Fixing bug due to missing parentheses. Bug 344258 followup, no bug.
|
2008-10-12 13:26:58 -04:00 |
|
Manish Singh
|
bb512ab33b
|
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
|
89f159f994
|
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
|
f071cf9acf
|
Bug 459546 - Remove alternating row color from about:sessionrestore on Windows. r=dao
|
2008-10-12 17:43:56 +02:00 |
|
Magnus Melin
|
b916d04dab
|
Bug 457906: browser.cache.disk.capacity MBs are calculated incorrectly. r=gavin
|
2008-10-12 18:33:36 +03:00 |
|
Magnus Melin
|
074a8ef22d
|
Bug 458464: remove unused Distribution.jsm. r=gavin
|
2008-10-12 18:23:18 +03:00 |
|
Simon Bunzli
|
d020be5c46
|
Bug 345898 - Add error handling to getClosedTabCount; r=dietrich
|
2008-10-12 17:08:58 +02:00 |
|
Michael Ventnor
|
9a1c4e04cb
|
Bug 459546 - Fix about:sessionrestore gnomestripe issues. r=zeniko
|
2008-10-12 15:37:12 +02:00 |
|
Dão Gottwald
|
0f1ae10b49
|
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
|
07f04921b1
|
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
|
87c60313c6
|
Disable prebinding for trunk builds, drop support from mozilla-central tree part, r=ted
|
2008-10-11 21:14:48 -07:00 |
|
Bob Clary
|
bb1a2f1351
|
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 |
|
Andreas Gal
|
d622ee23d8
|
Merge.
|
2008-10-11 20:27:03 -07:00 |
|
Andreas Gal
|
798a62ad00
|
Stack water level is off by +1 in getTop, and JSOP_CALLPROP premature updates the tracker (459537, r=danderson).
|
2008-10-11 20:26:29 -07:00 |
|
L. David Baron
|
2545abc873
|
Fixing bustage. (Bug 322475)
|
2008-10-11 21:16:15 -04:00 |
|
L. David Baron
|
32f6ec029a
|
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
|
2d27cc7fdf
|
Remove three unused constants. (Bug 322475)
|
2008-10-11 20:49:42 -04:00 |
|
L. David Baron
|
2bd8ac7a44
|
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
|
10bd0bbfe0
|
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
|
4a50767964
|
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
|
c24be5cf7c
|
Bug 459041 - jar: URLs break sss_serializeSessionStorage (and thus SessionStore)
|
2008-10-12 00:02:55 +03:30 |
|
Olli Pettay
|
12d7219070
|
Bug 454325 - Range.extractContents doesn't clone partially selected nodes, r+sr=sicking
|
2008-10-11 22:46:05 +03:00 |
|
Elmar Ludwig
|
daae4801f9
|
Bug 458579 - Feed tab missing in page info
|
2008-10-11 22:50:01 +03:30 |
|
Simon Bünzli
|
ca09407952
|
Bug 456342 - also restore non-standard input field types (such as type="search")
|
2008-10-11 22:46:03 +03:30 |
|
Simon Bünzli
|
4e8a0d2149
|
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
|
7f43e05bc7
|
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
|
4e787c5b55
|
Bug 457195 - nsSessionStartup::state not cleared with history, r=dietrich
|
2008-10-11 22:28:21 +03:30 |
|
Simon Bünzli
|
2243cc4a79
|
Bug 448976 - turn the Session Restore prompt into an error page, r=dietrich
|
2008-10-11 22:17:31 +03:30 |
|
Ehsan Akhgari
|
6da03d8e12
|
Bug 458954 - Session store should handle exceptions when manipulating sessionStorage, r=zeniko
|
2008-10-11 21:46:29 +03:30 |
|
Wan-Teh Chang
|
ce362157aa
|
Import NSPR_4_7_2_BETA4.
|
2008-10-11 10:46:10 -07:00 |
|
Igor Bukanov
|
db18f808c9
|
Bug 408539 - Storing XPCContext inside JSContext
|
2008-10-11 19:35:39 +02:00 |
|
Robert Longson
|
26e61e2385
|
Fix mochitests for bug 437448 to only run once rather than twice
|
2008-10-11 16:48:35 +01:00 |
|
Robert Longson
|
dd4031c26b
|
reftest for bug 458010
|
2008-10-11 16:16:42 +01:00 |
|
Robert Longson
|
c9fcba3d1b
|
reftest for bug 309220
|
2008-10-11 15:42:15 +01:00 |
|
Robert Longson
|
75086a347c
|
Modify existing mochitest to cover bug 456282
|
2008-10-11 15:03:53 +01:00 |
|
Dão Gottwald
|
82fdd3d60c
|
Bug 458111 - Remove Mac-specific tabbrowser-tab binding. r=rflint
|
2008-10-11 15:55:39 +02:00 |
|
Robert Longson
|
f7f9d0d93e
|
enable reftest for bug 455226
|
2008-10-11 14:47:06 +01:00 |
|
Robert Longson
|
c3efd6b2ba
|
Bug 459497 - Remove unused code following dynamic ID work. r+sr=roc
|
2008-10-11 13:55:11 +01:00 |
|
Robert Longson
|
7387509a64
|
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
|
b8af3f6c3f
|
[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
|
1c4514a4aa
|
Bug 458010 - textPath should use nsReferencedElement instead of nsSVGUtils::GetReferencedFrame. r+sr=roc
|
2008-10-11 12:29:35 +01:00 |
|