Nochum Sossonko
22321f22ac
Bug 509828 - Specifying left and top features in openWindow doesn't work when screenX and screenY attributes are set on the <window> element and are set to be persisted. r=bz
2009-10-16 11:03:20 +02:00
Taras Glek
1d126be6cd
Bug 515777 - move css files, hiddenWindow.html to jar r=bsmedberg sr=bz
...
--HG--
extra : rebase_source : c6ba6e900ceed210620d47f70c9b962a808a29fe
2009-10-12 12:31:50 -07:00
Markus Stange
53b16567bb
Bug 489045 - nsXULWindow::GetParentNativeWindow crashes if GetParentWidget returns null. r=roc
2009-10-09 20:05:08 +13:00
Taras Glek
387de8cf2e
Backed out changeset e22bef491d84
2009-10-08 16:43:55 -07:00
Taras Glek
d07c55d805
Bug 515777 - move css files, hiddenWindow.html to jar r=bsmedberg sr=bz
2009-10-08 11:22:50 -07:00
Neil Rashbrook
3d04ce5f73
Bug 476422 Compose window menu activation triggers bogus JS exception r=philor
2009-10-07 23:56:39 +01:00
Timothy Nikkel
a38993d71d
Bug 410337. Pass the parent window further down the window creation path so that its screen rect can be saved in nsXULWindow and used to determine what screen to open on in some cases. r=enndeakin
...
--HG--
extra : rebase_source : 889687a90625b8bb070ea015b93ffcc28570fb6a
2009-09-28 21:20:46 -05:00
Markus Stange
5714a2fee4
Bug 515446 - Combine the two Create methods of nsIWidget into one. Also remove nsCocoaWindow's capability of adapting its NSWindow from aNativeParent. r=josh, sr=roc
2009-09-24 18:18:10 +12:00
Mark Banner
a2626fad3f
Bug 511849 nsBrowserInstance is no longer required. r=Neil,sr=bsmedberg
2009-09-11 09:30:38 +01:00
Mark Banner
c5a030f4ec
Bug 511242 Include nsBrowserStatusFilter.cpp in Thunderbird's components list. r=Neil,ted.mielczarek sr=dmose
2009-09-05 08:24:07 +01:00
Benjamin Smedberg
667f63d102
Bug 513032 - remove empty conditionals in our makefiles, r=ted
2009-08-27 10:48:18 -07:00
Taras Glek
5cee56363b
Bug 457949 - no need for Stopwatch r=bsmedberg
...
--HG--
extra : rebase_source : 5cd3baecf54295012b28d42fc7bf4c9b34e12714
2009-08-28 11:03:51 -07:00
Benjamin Smedberg
36bc86429d
Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks
...
--HG--
extra : rebase_source : cc65c34a414e6c67a5651fc9cf0b6bd709ebcdbd
2009-08-27 08:53:13 -07:00
Benjamin Smedberg
ba372f3a4c
Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted
2009-08-25 08:59:31 -07:00
Neil Rashbrook
c736ea5f68
Bug 509124 Chrome flags are never set on unparented XUL windows r=jst
2009-08-14 12:00:44 +01:00
Markus Stange
90370ecda5
Bug 509660 - Also persist the position of the window when its size changes, since the position might have changed, too. r=neil
...
--HG--
extra : rebase_source : a3a8cc5b010b47d0b8a6b3b244399ca581ab9454
2009-08-13 08:47:41 +12:00
Markus Stange
7f0753fe45
Bug 508180 - Consolidate four nsXULWindow::Load*FromXUL methods. r=Neil
2009-08-06 08:52:08 +12:00
Markus Stange
0fba0e03b4
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
Markus Stange
7c8222e40d
Bug 508159 - Remove some dead code in nsXULWindow. r=Neil
2009-08-05 11:07:58 +12:00
Christian Biesinger
3e4562bc01
Bug 487638 - status bar blames wrong resource when downloading slow responding resource
...
- Makes nsDocLoader store the last-sent status message for each request in the
corresponding nsRequestInfo, and keeps a flag to indicate whether the request
is done
- When a request finishes, it looks for a random request that is not done and
has a non-empty status, and if it finds one, sends that status message to the
listeners
- To make this all work, the patch also changes imagelib so that status and
state messages sent for images are sent with the imgIRequest as the request and
not the channel. This is necessary because the channel is not part of the
loadgroup for images, only the imgIRequest is.
- Make the BrowserStatusFilter always update its pending status message if it
is dirty, even when that matches the currently displayed status message
r+sr=bz
2009-07-28 18:13:48 +02:00
Michael Kohler
cc3bd3ad50
Bug 106386 - Correct misspellings in source code (old); Part 3 v2; r=timeless
2009-07-27 10:47:05 +02:00
Doug Turner
bebf1f7d95
Bug 484488 - MakeFullWindow support for windows mobile. r=olli.pettay, sr=vlad
2009-07-08 09:13:13 -07:00
Doug Turner
a423b771c1
Backing about 484488.
2009-07-05 22:24:56 -07:00
Doug Turner
012833ad3c
Bug 484488/501801 - fixed mochitest fail. r=blassey, sr=vlad
2009-07-01 21:39:20 -07:00
Doug Turner
d210ca62c4
Bug 484488 - MakeFullWindow support for windows mobile. r=olli.pettay, sr=vlad
2009-07-01 12:01:11 -07:00
Dão Gottwald
e107982811
Bug 500977 - xpfe's autocomplete.xml should not depend on bug 232598. r=neil
2009-06-28 21:21:35 +02:00
Neil Rashbrook
1f7a6fb844
Bug 494169 Tweak xpfe autocomplete to track toolkit change and pass tests from bug 494410 r=mcsmurf
2009-06-13 00:48:41 +01:00
Neil Deakin
15df29db77
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
2009-06-10 14:00:39 -04:00
Marco Perez
aee7bed953
Bug 495583 - [SeaMonkey] Remove SUITE_USING_XPFE_DM remnants; r=neil
2009-05-31 04:42:02 +02:00
Serge Gautherie
8d7e802c91
Bug 474152 - [SeaMonkey] TUnit toolkit/.../test_contentAreaUtils.js fails now; (Av1) Package DownloadLastDir.jsm; r=kairo sr=neil
2009-05-26 20:24:21 +02:00
Boris Zbarsky
ce1a541b65
Bug 490957. Eliminate nsWebShell. r+sr=bsmedberg
2009-05-07 15:21:53 -04:00
Frank Wein
7978a98b0a
Bug 468363 - Clicking on URL in autocomplete drop-down while search is running does not autocomplete URL, r=Neil, SeaMonkey/Thunderbird only
2009-04-14 15:38:40 +02:00
Jeremy D. Lea
b4d2a759af
Bug 431634 - Part 2 - remove unused methods from nsIWidget; r+sr=roc
2009-04-08 11:39:58 -07:00
Jeremy D. Lea
0e51628bd3
Bug 431634 - Part 1 - clean up header pollution; r+sr=roc
2009-04-01 13:59:02 -08:00
Zack Weinberg
a39e04a65c
Bug 482687. Remember the appunits-per-devpixel ratio and use it if the window is gone, instead of crashing. r+sr=roc
2009-03-24 13:55:32 +13:00
Neil Rashbrook
c708d59c03
Bug 484310 nsCharsetMenu::GetURI uses wrong strdup r=smontagu sr=jag
2009-03-20 10:09:27 +00:00
Arpad Borsos
477b71ed01
Bug 474369 - get rid of nsVoidArray; xpfe part; r+sr=neil
2009-03-08 10:38:59 +01:00
Neil Rashbrook
10a6e0144f
Bug 456256 autoFillAfterMatch is now completeDefaultIndex r+sr=jag NPOFB
2009-03-07 11:34:33 +00:00
Josh Aas
0edf2f304b
Remove Carbon Apple Event code, replaced with standard Cocoa suite and some custom Cocoa handlers. b=363747 r=smorgan sr=roc
2009-03-02 09:24:31 -05:00
Luis de la Rosa
62bf95e767
Fix window title encoding when getting it via AppleScript. b=448087 r=josh sr=roc
2009-02-20 16:09:20 -05:00
Ehsan Akhgari
3af248ab5e
Bug 348233 - FTP and Gopher index pages are LTR always; r+sr=bzbarsky
2009-02-15 10:51:04 +03:30
Zack Weinberg
aaf80465f8
Bug 469933. Window sizing methods need to be DPI-aware. r+sr=bzbarsky,r=dev-null
2009-02-10 21:29:53 +13:00
Ginn Chen
abc0ce68c6
Bug 466332 [a11y] window:activate event missing for Firefox Preferences dialog r=neil sr=roc
2009-02-09 14:12:23 +08:00
timeless@mozdev.org
5e03da8640
Bug 429123 - Assertion failure: (cx)->requestDepth || (cx)->thread == (cx)->runtime->gcThread in JS_GetReservedSlot, r=neil, sr=biesi
2009-02-07 13:50:21 -08:00
Boris Zbarsky
ae536b9dcc
Bug 475913. Rev nsIXULWindow iid in CLOSED TREE
2009-02-03 15:45:26 -05:00
Nickolay_Ponomarev
e729d0aede
Bug 472258 - Reinitializing one-shot timers by resetting delay (->SetDelay) doesn't work anymore - fix callers; r+sr=bzbarsky
2009-02-03 15:42:21 +01:00
Fred Jendrzejewski
424883d380
Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
...
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
2009-01-22 17:15:34 +13:00
Blake Kaplan
2e6bc5f5f9
Fix bustage from bug 472674
...
--HG--
extra : rebase_source : 0eb00dc3d10cff07826736e510eba98144448d84
2009-01-21 11:37:30 -08:00
Blake Kaplan
60c9e5280e
Bug 472674 - Allow XPCNativeWrapper to unwrap SJOWs again. r+sr=jst
2009-01-16 18:05:14 -08:00
Jeremy Lea
ce80f69254
Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
...
--HG--
extra : rebase_source : a331a9e49fbc5931f546919281fcca7f008ab615
2009-01-15 16:27:09 +13:00