Dão Gottwald
69cc894e05
Backed out changeset 8f77197a8f99
2009-08-15 00:51:49 +02:00
Nochum Sossonko
776f1bda6b
Bug 490178 - Need a way to set the direction on a richlistbox. r=enn
2009-08-14 23:15:59 +02:00
Vladimir Vukicevic
beed7780bf
b=509244; gfx crash on memory pressure notification; r=karlt
2009-08-14 16:51:30 -04:00
Justin Dolske
0e09690121
Bug 504495 - Windows CE has no context menu for bookmarks toolbar, sometimes crashes trying. r=vladimir
2009-08-14 13:27:18 -07:00
Doug Turner
63a6829c61
Bug 510546 - support for sizemode=fullscreen on gtk2. r=stuart.
2009-08-14 12:56:56 -07:00
Makoto Kato
b2ac773127
Bug 510449 - Bug 493457 causes crash on x64 windows build because JSSLOT_CLASS_MASK_BITS is uint32. r=jwalden
...
--HG--
extra : rebase_source : f9c5040cdec6d23ecfd1ac49f0ce6e97e356f4f1
2009-08-14 11:09:15 -07:00
Tommy Fogwell
de9537d4f0
Bug 484898 - Remove unused *_TIMER macros in CNavDTD and nsViewSourceHTML. r=bnewman sr=jst
...
--HG--
extra : rebase_source : f84584ede02f022edeb4b073c598a812134f5d1d
2009-08-14 09:56:03 -07:00
Jeff Walden
f3edaadfea
Convert an abort to an assertion because garbage in elsewhere is producing garbage out here, and it's taking awhile to track down the cause
2009-08-14 10:34:38 -07:00
Taras Glek
17420ddd67
Bug 468011 - Combine all chrome into browser+toolkit jars. r=bsmedberg
2009-08-14 09:32:40 -07:00
Adam Barth
58a157fb07
Bug 509714 - Add TestGetURL executable for testing network stack; r=dwitte
2009-08-14 16:10:17 +02:00
Hashem Masoud
c8f711113e
Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin
2009-08-14 16:09:00 +02:00
Wan-Teh Chang
2f2dd84793
Bug 510135: Don't need to decode policy OID in CERTPolicyInfo
...
because the 'oid' member contains the decoded policy OID. Use
CERT_REV_M_IGNORE_MISSING_FRESH_INFO (the default) for clarity.
r=alexei.volkov
2009-08-14 06:37:31 -07:00
Axel Hecht
c7057f1b11
bug 505713, factor multiple-jar.mn handling into method on JarMaker class, r=ted
2009-08-14 13:06:15 +02:00
Axel Hecht
13e0247a6c
bug 489313, use l10n.mk for firefox, bustage fixes, r=ted
2009-08-14 13:06:15 +02:00
Neil Rashbrook
bf264f7894
Bug 499027 Copying an empty string to a new string allocates a buffer r=dbaron sr=jst
2009-08-14 12:03:05 +01:00
Neil Rashbrook
cad0564597
Bug 509124 Chrome flags are never set on unparented XUL windows r=jst
2009-08-14 12:00:44 +01:00
Neil Rashbrook
f393e89d37
Bug 510323 Multiline <select> doesn't ignore middle clicks correctly r=smaug
2009-08-14 11:59:24 +01:00
Leon Sha
b5dce5822e
Bug 510451 Build failed on solaris after merge tamarin's CodeAlloc(bug 504462). r=gal
2009-08-14 18:07:28 +08:00
Dave Townsend
3dc50f4bc4
Bug 509194: Remove extension manager dependency on classic.jar (add-ons manager changes). r=robstrong. sr=bsmedberg
2009-08-14 09:08:31 +01:00
Ginn Chen
c50ef10cc3
Bug 508992 missed a return statement in last checkin r=surkov.alexander
2009-08-14 16:07:25 +08:00
Marco Bonardo
c5f083d00c
Bug 507239 - add more logging to test_395593.js to gather data on the next random failure, r=dietrich
2009-08-14 10:03:36 +02:00
Marco Bonardo
cbbe8c14a9
Bug 382466 - in toolbar.xml, prevent lots of repeated work in updateChevron() by using a timer, r=dao
2009-08-14 10:03:34 +02:00
Stephen Horlander
f18581cf61
Bug 494927 - toolbarbutton image transparency/anti-aliasing should accommodate different background colors. r=dao
2009-08-14 09:42:32 +02:00
Josh Aas
adb8e4c947
64-bit fixes for nsCocoaUtils and nsCocoaWindow. b=510428 r=mstange
2009-08-14 02:35:32 -04:00
Markus Stange
da79c6cd85
Merge backout of bug 494927
2009-08-14 16:52:42 +12:00
Markus Stange
eddcea05b8
Backed out changeset 43fdf17e10a3, bug 494927, because of a 2.5% Mac Txul regression
2009-08-14 16:52:02 +12:00
Josh Aas
09f4bfeffe
Remove remaining Carbon usage in Mac OS X native menu impl on 10.5+. b=510410 r=mstange
2009-08-14 00:04:22 -04:00
Robert O'Callahan
9f2ae1a715
Bug 507334, part 2: Blit multiple rectangles when scrolling rather than blitting only the largest single rectangle, and avoid repainting opaque content that covers the scrolling content. r=dbaron
2009-08-13 19:09:51 -07:00
Robert O'Callahan
14c9b93519
Bug 507334, part 1: Remove nsDisplaySummary optimization, since it introduces extra display items that would disable the optimizations in part 2. r=dbaron
2009-08-13 19:09:50 -07:00
L. David Baron
26e64d8ffa
Don't resolve a bogus non-element parent when we don't need to and it confuses things. (Bug 510071) r=bzbarsky
2009-08-13 19:09:49 -07:00
L. David Baron
ed026ed2f0
Don't QI a node to nsIDOMElement and back to nsIContent for every call to nsEventStateManager::GetContentState. (Bug 509889) r=enndeakin
2009-08-13 19:09:49 -07:00
Brad Lassey
c163cbee6e
bug 508501 - bustage fix for Windows CE
2009-08-13 18:45:31 -07:00
Josh Aas
e47de25b68
Simplify/optimize Mac OS X native menu open/close, reduce carbon menu usage. b=510243 r=smichaud
2009-08-13 20:01:57 -04:00
Stephen Horlander
cbef7929fd
Bug 494927 - toolbarbutton image transparency/anti-aliasing should accommodate different background colors. r=dao
2009-08-14 01:12:07 +02:00
Robert O'Callahan
f45ce76b76
Bug 507939 - Remove erroneous clip rect fixup which caused repainting errors with repeating radial gradients on Mac. r=jmuizelaar
...
--HG--
extra : rebase_source : 24123ab8a6c676fa5e53e26820ac72cc575cc734
2009-08-14 11:07:37 +12:00
Markus Stange
0b838533cf
Bug 510155 - Remove nsChildView::SetWindowShadow. r=josh
...
--HG--
extra : rebase_source : 5d291e0e5b4920c9939557cb2ffc3e45a6d95632
2009-08-14 10:08:47 +12:00
Markus Stange
04d8aa170a
Bug 510149 - Changes to nsLayoutUtils::GetFrameTransparency. r=roc
...
--HG--
extra : rebase_source : 024d18340b423827524eb725d961d0907b90338d
2009-08-14 10:08:13 +12:00
Markus Stange
a8908c986d
Bug 509886 - Create nsChildView::GetXULWindowWidget. r=josh
...
--HG--
extra : rebase_source : 8d7b132d5d4871bf6003fd61abbd13a8accde2ee
2009-08-14 10:06:49 +12:00
Markus Stange
cc53731e31
Bug 429954 - Windows that open already maximized will un-maximize to a teeny-tiny window in upper left.
...
Disallow zooming of windows that already have the zoomed size but have never been zoomed, because otherwise bad things happen to the window size. Moreover, reflect the window's zoom state in its size mode as nsSizeMode_Maximized.
r=josh
--HG--
extra : rebase_source : 4cceba9e2d578f576ef9bdde36e3cae4cfa01fd3
2009-08-14 10:02:54 +12:00
Rob Arnold
951b4e97f9
Bug 507736 - Need a way to hook native nsWindow messages r=jimm sr=roc
2009-08-13 16:04:39 -07:00
Jeff Muizelaar
129b69170c
imported patch jpeg-icc
2009-08-13 18:33:24 -04:00
Siddharth Agarwal
c1873e837d
Final part of bug 503756 -- reland bug 489579. r=bsmedberg
...
--HG--
extra : rebase_source : 73a994583b600cc03ba51a323cf96bb18c2e8153
2009-08-14 03:03:30 +05:30
Robert Sayre
2874c6425c
Merge tracemonkey to mozilla-central.
2009-08-13 17:38:22 -04:00
Felipe Gomes
972bf3dc41
Bug 503541 - Fine grained control of gesture registration on widgets (Win7). r=smaug+roc, sr=smaug
2009-08-13 13:54:09 -07:00
Robert Strong
0479aa9647
Bug 507338 - [WinCE] updater.exe update in progress dialog isn't displayed. r=blassey, r=vlad
2009-08-13 13:53:56 -07:00
Olli Pettay
1e82a3f9fe
Bug 502168, r=bz
...
--HG--
extra : rebase_source : a5ee5c40d26bc654b05d94205273dc51c9cfa0fc
2009-08-13 23:27:37 +03:00
Brad Lassey
02b9aee5f8
bug 508501 - titlebar and SIP button visible after re-activating window r=vlad,dolske
2009-08-13 13:34:17 -07:00
Steven Michaud
23ede963ae
Have to set explicit focus to a page by clicking on it, after clicking Back. b=504450 r=josh
2009-08-13 15:20:25 -05:00
Olli Pettay
40ba45524e
Bug 508373 - Generated content may cause reference loops, r=roc
2009-08-13 22:29:42 +03:00
Jason Orendorff
92e7f5cf05
Merge backout.
2009-08-13 12:20:04 -05:00