Jason Duell
|
0b10eee40b
|
Bug 474536. Expose the underlying channel's content-disposition on jar: channels. r+sr=bzbarsky
|
2009-02-19 15:25:18 -05:00 |
Mats Palmgren
|
00ef059fae
|
Temporarily forget the line container while calculating widths for next-in-flow children. b=477928 r+sr=roc
|
2009-02-19 21:18:52 +01:00 |
Mats Palmgren
|
4f4d8a567d
|
Remove unnecessary #includes. b=462203 r+sr=roc
|
2009-02-19 21:18:49 +01:00 |
Boris Zbarsky
|
d5a2c0b110
|
Bug 84106. Actually pass a cache key to web browser persist so that POST result pages have a chance of being read from cache. Also change nsWebBrowserPersist to accept a session history entry, not just an nsIWebPageDescriptor or necko cache key, as its cache key argument. r=gavin, r+sr=jst
|
2009-02-19 14:18:02 -05:00 |
Boris Zbarsky
|
89f882d902
|
Bug 479180. Don't hold strong refs in ChildIterator. r+sr=roc
|
2009-02-19 11:55:09 -05:00 |
Boris Zbarsky
|
477dccf22a
|
Bug 479178. Remove some unnecessary refcounting in XUL trees. r+sr=roc
|
2009-02-19 11:55:07 -05:00 |
Dave Townsend
|
4b5e4bc6ed
|
Bug 476634: Storage template builder can't handle 64 bit integers. r=enn
|
2009-02-12 15:09:03 +00:00 |
L. David Baron
|
b0f081ea77
|
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
|
2009-02-19 11:03:28 -08:00 |
L. David Baron
|
1f47f67062
|
Fix warning with -Wshadow in nsMathMLTokenFrame (about childFrame). (Bug 477962) r=karlt
|
2009-02-19 09:48:37 -08:00 |
L. David Baron
|
e5c9d3d4b5
|
Fix nsBlockFrame warning about child being used uninitialized in FindLineContaining by switching while to do-while. (Bug 477963) r+sr=roc
|
2009-02-19 09:48:37 -08:00 |
L. David Baron
|
3dff6edcae
|
Initialize mLastStyle to avoid valgrind warnings. (Bug 477961) r=vlad
|
2009-02-19 09:48:37 -08:00 |
L. David Baron
|
08abf67feb
|
Avoid making mXineramaIsActive depend on uninitialized numScreens. (Bug 477959) r+sr=roc
|
2009-02-19 09:48:37 -08:00 |
Michal Novotny
|
c02b0f079a
|
Bug 321361 - Cache corruption when viewing sites with several large images; r=dcamp sr=bzbarsky
|
2009-02-19 18:23:21 +01:00 |
Michal Novotny
|
90a42f5e8b
|
Bug 448141 - Unable to open file with special characters in file:// ftp:// listing (";", semicolon, in file name); r+sr=bzbarsky
|
2009-02-19 18:23:19 +01:00 |
Blake Kaplan
|
b63e38c574
|
Bug 422986 - client.mk doesn't support parallel make. r=ted
|
2009-02-19 18:23:17 +01:00 |
Mook
|
b9b65214a9
|
bug 473151 - limit the number of characters usable in windbgdlg; r=timeless sr=neil
|
2009-02-19 18:23:15 +01:00 |
Matthew Gregan
|
027d818284
|
Bug 469268 - More mochitests for the Wave decoder backend. Also enable the test disabled due to bug 474754. r+sr=roc
|
2009-02-19 18:23:13 +01:00 |
L. David Baron
|
50143d76bc
|
Merge backout.
|
2009-02-19 09:06:54 -08:00 |
L. David Baron
|
77c163c9a9
|
Back out all 8 changesets that I just landed (bugs 477959, 477961, 322475, 478899, 475215, 478156) again, because Talos Try server builds lie about which changesets they're testing.
|
2009-02-19 09:06:18 -08:00 |
Robert Sayre
|
56c1545637
|
Merge tm to mc
|
2009-02-19 11:48:08 -05:00 |
Benjamin Smedberg
|
bba49d01cd
|
Bug 478443 - fix for pymake: provide an explicit value for RM so that we don't rely on the gmake implicit value. Fix some rules in js/src that don't make much sense r=ted
|
2009-02-19 10:33:11 -05:00 |
L. David Baron
|
6f1cf10a05
|
Fix another case where we incorrectly serialize an -x-system-font property. (Bug 478156) r+sr=bzbarsky
|
2009-02-19 07:29:28 -08:00 |
L. David Baron
|
9000e03a89
|
Stop using potentially-deep recursion to serialize selectors. (Bug 475215) r+sr=bzbarsky
|
2009-02-19 07:29:28 -08:00 |
L. David Baron
|
cb59b7203d
|
Add tests for code I'm going to change, and fix crash when running those tests. (Bug 475215) r+sr=bzbarsky
|
2009-02-19 07:29:28 -08:00 |
L. David Baron
|
86ede9566c
|
Remove PerFrameData::mFrameType, since it's write-only. (Bug 478899) r+sr=bzbarsky
|
2009-02-19 07:29:28 -08:00 |
L. David Baron
|
038026b7b5
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-19 07:29:28 -08:00 |
L. David Baron
|
151cfed733
|
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
|
2009-02-19 07:29:27 -08:00 |
L. David Baron
|
cf40b7f4f9
|
Initialize mLastStyle to avoid valgrind warnings. (Bug 477961) r=vlad
|
2009-02-19 07:29:27 -08:00 |
L. David Baron
|
e30a93ea0d
|
Avoid making mXineramaIsActive depend on uninitialized numScreens. (Bug 477959) r+sr=roc
|
2009-02-19 07:29:27 -08:00 |
Boris Zbarsky
|
725a97ef4b
|
Merging backout
|
2009-02-19 09:19:42 -05:00 |
Boris Zbarsky
|
a830656c13
|
Merging backout
|
2009-02-19 09:18:51 -05:00 |
Boris Zbarsky
|
0aa476a1b0
|
Merging backout
|
2009-02-19 09:16:51 -05:00 |
Boris Zbarsky
|
cee8c91cbd
|
Backed out changeset dcb3aa2fd0ab to see whether this fixes unit test bustage
|
2009-02-19 09:14:36 -05:00 |
Boris Zbarsky
|
1422516709
|
Backed out changeset 9059416d26cf to see whether that fixes Linux unit tests
|
2009-02-19 09:13:23 -05:00 |
Boris Zbarsky
|
81b61c69ff
|
Backed out changeset 59e2945cce3c to see whether that fixes Linux unit tests.
|
2009-02-19 09:12:45 -05:00 |
Craig Topper
|
ad0a959cd8
|
Bug 435525 - Setting viewBox to empty string on a referenced SVG document from script does not cause an update. r+sr=roc
|
2009-02-19 13:53:46 +00:00 |
Dão Gottwald
|
d99e002200
|
merge
|
2009-02-19 14:19:20 +01:00 |
Gervase Markham
|
6831ae4d61
|
Bug 473794 - Include Little cms and SunSoft licences in about:licence
|
2009-02-19 14:14:10 +01:00 |
Simon Bünzli
|
0a4ec3e608
|
Bug 447951 - Gmail displays wrong/previous URL on session restore after heavy usage (50 hash changes). r=dietrich
|
2009-02-19 14:09:54 +01:00 |
Ginn Chen
|
eb1636876e
|
Bug 479022 fast path of nsCanvasRenderingContext2D::PutImage() is wrong on BIG ENDIAN machine r=vladmir
|
2009-02-19 21:00:41 +08:00 |
Asaf Romano
|
bd65821a6a
|
Bug 475066 - dragging a tab out of the browser window doesn't detach. r=mconnor
|
2009-02-19 14:00:05 +02:00 |
Robert O'Callahan
|
60e23d37dd
|
Back out bug 477732 due to Mac test failure.
|
2009-02-19 23:45:54 +13:00 |
Robert O'Callahan
|
9e4fd23673
|
Backed out changeset a2f0465c9dc3
|
2009-02-19 23:45:27 +13:00 |
Igor Bukanov
|
dbda3b036b
|
bug 478543 - fixing warnings about casts between function and data pointers. r=brendan
|
2009-02-19 09:33:37 +01:00 |
Zack Weinberg
|
5380f6e49b
|
Bug 478784. Don't use the view manager's default background color for transparent widgets. r+sr=roc
--HG--
extra : rebase_source : 5dbaf9f2ecd8cff7213acec2e14d0a3b040c7c4b
|
2009-02-19 21:10:04 +13:00 |
Zack Weinberg
|
433849d63d
|
Bug 477732. Fix scaling of side border-images. r+sr=roc
--HG--
extra : rebase_source : ae8cdefe2e8f10d59c1d6a81a125240b6d6c629c
|
2009-02-19 21:01:01 +13:00 |
Jim Blandy
|
a6b6a543cb
|
Bug 478075: Remove parent argument to js_GetCallObject. r=brendan
|
2009-02-18 23:57:24 -08:00 |
Ehsan Akhgari
|
d2fd6aefa6
|
Bug 464736 - Cannot import History and Cookies from Safari while in Private Browsing mode; r=gavin
|
2009-02-19 09:34:12 +03:30 |
Ehsan Akhgari
|
fb7320291d
|
Bug 463000 - Handle DOM Storage in Private Browsing Mode; r=campd sr=jst
|
2009-02-19 09:31:00 +03:30 |
Ehsan Akhgari
|
665667cc04
|
Bug 475141 - Create a C++ wrapper for the private browsing service for Firefox 3.1; r+sr=mconnor
|
2009-02-19 09:22:08 +03:30 |