Commit Graph

673 Commits

Author SHA1 Message Date
Benjamin Stover
8aa4553995 Bug 530835 - Flash: Chrome UI shows up on background of flash videos [r=gavin.sharp] 2009-12-04 12:03:56 -08:00
Benjamin Stover
9b542372fd Bug 520910: Refactor Rect and add Point class, r=gavin 2009-10-15 15:50:32 -04:00
Benjamin Smedberg
c0b20a13c4 Merge mozilla-central, including the Electrolysis changes, into the branch for bug 568691. 2010-07-01 11:55:57 -04:00
Benjamin Smedberg
d1626dc275 Merge mozilla-central to the bug 568691 branch. 2010-06-30 14:23:23 -04:00
Benjamin Smedberg
818270cb4a On Windows and Mac, nsIFile.copyTo will fail if the file already exists. Use the .createUnique logic to create a unique name, but then remove it for the copy. 2010-06-29 23:24:09 -04:00
Benjamin Smedberg
7bba31e77f Fixes for more test failures from bug 568691 - the RTL tests dynamically register chrome which must be un-done: to do this, I register a manifest for the life of the app, but truncate it after this test is complete. The toolkit tag-autocomplete tests were failing because of a missing close-brace. 2010-06-27 17:04:45 -04:00
Benjamin Smedberg
3eb041384b Fix a bunch of test failures caused by typos or other issues from bug 568691. 2010-06-27 14:03:05 -04:00
Benjamin Smedberg
ac4e827647 Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module. 2010-06-25 19:41:09 -04:00
Benjamin Smedberg
490d9b576f Merge mozilla-central into the static-xpcom-registration branch. 2010-06-23 17:26:25 -04:00
Benjamin Smedberg
6489245cf4 Bug 568691 fixups: alter mockObjects.js so that it registers its mock by contractID but doesn't replace the CID. Fix the generic classinfo not to assert when code asks for the class description (which is no longer implemented). 2010-06-23 15:18:13 -04:00
Frank Yan
2d389b9a3f Bug 565783: Eliminate bounce when scrolling tab bar. r=enndeakin,dolske 2010-06-23 10:28:12 -07:00
Neil Deakin
ee832ea39a Bug 572823, clear button open state when its popup is destroyed, r=neil 2010-06-21 08:37:35 -04:00
Timothy Nikkel
0609a767d9 Bug 571640. Part 3. In window_browser_drop.xul make the html element draggable so drag and drop works. r=enndeakin 2010-06-25 16:51:17 -05:00
Timothy Nikkel
8e18772b53 Bug 571640. Part 2. In test_findbar.xul use an image source node so we can start a drag. r=enndeakin 2010-06-25 16:51:17 -05:00
Timothy Nikkel
7b6017efa4 Bug 571640. Part 1. Enhance synthesizeDrop to take a source element to start the drag on. r=enndeakin 2010-06-25 16:51:17 -05:00
Doug Turner
8fec9c6ba6 Merging with mozilla-central. Manually merged: content/canvas/src/nsCanvasRenderingContext2D.cpp ipc/ipdl/Makefile.in toolkit/toolkit-tiers.mk toolkit/xre/nsEmbedFunctions.cpp 2010-06-28 16:33:19 -07:00
Oleg Romashin
3f1b0882a6 Auto-merge with m-c b51803f3fdef 2010-06-25 08:30:40 -04:00
Doug Turner
f85cb0b6f7 Automerge w mozilla-central 2010-06-24 14:06:13 -07:00
Jason Duell
329d95e7d9 Merge from m-c.
Fair amount of merge conflicts.

Biggest item was changes to nsHttpChannel from web sockets changes.

Other likely suspects if things are borken:

nsFrameLoader.cpp:
    - nsFrameLoader::EnsureMessageManager: pass "this" (orig e10s code) or
      nsnull (m-c) to local process call to new nsFrameMessageManager(),
      callback arg?  Smaug said null.
    - only calling SetCallBackData for local case.  also +r smaug.

nsPrefBranch.cpp had fairly extensive merge conflicts.

nsChromeRegistry had lots of changes.

Dougt did most of the non-necko changes (thanks).
2010-06-22 17:33:57 -07:00
Doug Turner
2f64431802 Merging with M-C.
Hand merged the following files:

U chrome/src/nsChromeRegistry.cpp
U chrome/src/nsChromeRegistry.h
U content/base/src/nsFrameLoader.cpp
U content/base/src/nsFrameLoader.h
U dom/src/geolocation/nsGeolocation.cpp
U dom/src/geolocation/nsGeolocation.h
U netwerk/build/Makefile.in
U netwerk/cookie/nsCookieService.cpp
U netwerk/cookie/nsCookieService.h
2010-06-07 13:38:02 -07:00
Oleg Romashin
2022084f30 Merge with latest mozilla central r 42802:ffbc3baf03ae 2010-05-25 15:19:33 -04:00
Olli Pettay
e1686ed450 m-c to e10 merge 2010-05-24 17:45:59 +03:00
Robert Sayre
978ca6eec4 Merge mozilla-central to tracemonkey. 2010-05-24 09:05:39 -07:00
Michael Kohler
e4abd093dc Bug 564091: Fix spelling of nonexistent across the tree. r=timeless 2010-05-23 12:26:15 -07:00
Robert Sayre
b0ff2088ea Merge mozilla-central to tracemonkey 2010-05-17 13:55:37 -04:00
Doug Turner
d4bb7736d1 Merged with MC. Hand merged netwerk/protocol/http/src/nsHttpHandler.cpp
also removed modules/plugin/default*
2010-05-17 08:59:15 -07:00
Chris Jones
df894b80f3 Merged m-c 2010-05-13 18:04:53 -05:00
Doug Turner
d161b29832 merge with m-c. resolved conflicts in:
U chrome/src/nsChromeRegistry.cpp
U content/base/src/Makefile.in
U dom/base/nsDOMClassInfo.cpp
U toolkit/toolkit-tiers.mk
2010-05-11 11:09:54 -07:00
Doug Turner
faa1a6af5e Merge with m-c. no hand edits 2010-04-29 21:04:50 -07:00
Jim Mathies
a8417d29fa Bug 513162 - nsAttrValue margin parsing and chromemargin chrome tests. r=smaug, gavin. 2010-06-24 21:01:07 -05:00
Jim Mathies
c6c426c3b2 Bug 513162 - Add tests for client coordinates of subframes. r=sdwilsh. 2010-06-24 21:01:06 -05:00
Jim Mathies
7744f810f7 Bug 513162 - Fix for intermittent failure in test_titlebar.xul, due to left over focus listener. r=sdwilsh. 2010-06-24 21:01:06 -05:00
Ehsan Akhgari
9cc339612e Bug 565943 - Intermittent timeout in test_bug253481.xul 2010-06-03 21:49:53 -04:00
Neil Deakin
8fe7449a30 Bug 554873, improve waitForFocus to check for about:blank pages, r=mak 2010-05-18 09:31:03 -04:00
L. David Baron
a54adf84b9 On the theory that changeset 31fbc861bcb9 did not intend to back out the piece of changeset eb49e81b9f4d that touched this test, I'm going to put it back, and hope that it might fix some random orange (bug 572954). 2010-06-19 16:17:18 -07:00
Gavin Sharp
5a6124f23a Bug 567950: disable browser_keyevents_during_autoscrolling.js because it times out too much 2010-06-17 21:27:35 -04:00
Neil Deakin
151d0b3889 Bug 379745, add some additional template sort hint options to sort case-insensitive, sort by integers, and skip natural sort order, r=neil,sr=sicking 2010-06-16 13:09:51 -04:00
Simon Montagu
2a494e9996 Test for bug 558403 2010-04-29 09:08:15 +03:00
Oleg Romashin
612247037f Merged with mozilla-central 2010-04-22 20:22:26 -04:00
Doug Turner
b61349d22d Automerge with mc. no manual changes 2010-04-21 03:31:13 -07:00
Markus Stange
a6a2ce3d02 Bug 355375 - Make context menuitems blink when chosen. r=enn 2010-04-19 16:12:58 +02:00
Neil Deakin
647f30aa88 Bug 418521, improve the way focus indicators are displayed to correlate better with system behaviour, add -moz-focusring property to apply only when focus rings should be drawn, r=dao,jmathies,dbaron sr=neil 2010-04-21 10:53:42 -04:00
Neil Deakin
2a9c357d58 Bug 560166, add link drop handler to installer and reenable test, r=gavin 2010-04-19 15:07:29 -04:00
Chris Jones
67b02de57a Merge mozilla-central 2010-04-16 01:34:35 -05:00
Arpad Borsos
061cbe2360 Bug 558945 - Autoscroll doesn't take into account overflow: -moz-hidden-unscrollable; r=neil@parkwaycc.co.uk 2010-04-13 10:50:17 +02:00
Oleg Romashin
93e412b1c9 Merged with mozilla-central 2010-04-07 06:59:04 -04:00
Ehsan Akhgari
393f0654a5 Back out the editor lazy inititialization patches (bug 221820) to try to solve the orange in bug 557689 2010-04-06 21:08:58 -04:00
Ehsan Akhgari
792a8a6f41 Bug 221820 - Part 5: Make lazy editor initialization compatible with placeholder values; r=bzbarsky 2010-04-06 16:43:39 -04:00
Doug Turner
28cfa9d63f merge from m-c. manually merging modules/plugin/test/testplugin/nptest.cpp dom/plugins/PluginModuleChild.cpp. 2010-03-26 14:22:48 -07:00
Blair McBride
2236c0544a Bug 556230: add string bundle service to Services.jsm, r=Mossop 2010-04-12 10:11:37 -04:00