Robert O'Callahan
40d7e67a0f
Bug 584703. Compute XUL listbox contents overlow area correctly. r=enndeakin
2010-09-06 15:23:44 +12:00
Neil Rashbrook
8237a59662
Bug 586408 document.popup node doesn't work with nested popups (regression from bug 383930) r=Enn a=beltzner
2010-09-10 21:24:25 +01:00
Joel Maher
15be8ed5a2
Bug 591325 Fix regression due to relativesrcdir landing in xpchsell test, continued cleanup in chrome tets r=ctalbert a=NPOTB
2010-09-10 10:20:38 -07:00
Joel Maher
44712b7c2a
Bug 592859 Update browser chrome tests to only use chrome paths for mochitest to prep for android support r=ctalbert a=NPOTB
2010-09-10 10:20:38 -07:00
Ehsan Akhgari
09be33263f
Bug 570192 - Make sure that XUL textbox's constructor does not fail if we don't have a frame available; r,a=gavin
2010-06-04 14:58:02 -04:00
Timothy Nikkel
e2e87bd3d4
Bug 587960. XUL trees can have their methods called at werid times, so guard against that in test. r=roc
2010-08-27 18:15:08 -05:00
Joel Maher
66966b3623
Bug 586754 Xpcshell tests should use relativesrcdir instead of $MODULE (android prepartion) r=mitchell.field a=NPOTB
2010-08-26 14:47:28 -07:00
Clint Talbert
50d7d4c696
Backed out changeset 49beef9387a0 due to Xpcshell orange a=backout
2010-08-25 14:03:44 -07:00
Joel Maher
653ecb9166
Bug 586754 Change xpcshell to use $relativesrcdir instead of $module for android support a=NPOTB r=mitchell.field
2010-08-25 11:47:39 -07:00
Joel Maher
b1ad653c4b
Bug 574189 - Fix chrome tests to work from an extension for android and e10s support a=NPOTB r=ctalbert
2010-08-24 10:29:34 -07:00
Jonas Sicking
3a09698a51
Backout bugs 586754, 574189, 584611 due to orange. a=backout
2010-08-20 11:08:43 -07:00
Joel Maher
3bc5eca86a
Bug 586754 xpcshell tests should use relativesrcdir instead of $MODULE r=:Mitch a=NPOTB
2010-08-20 09:32:58 -07:00
Joel Maher
f9880f593b
Bug 574189 - Fix chrome tests so they can run from a .jar bundle (e10s, android) r=ctalbert a=NPOTB
2010-08-20 09:28:13 -07:00
Chris Pearce
fba1d5d1d2
Bug 485288 - Replace all usage of video autobuffer attribute with preload=auto. a=test-fix
2010-08-20 10:50:37 +12:00
Simon Montagu
380ccb8ef7
Remove test for bug 558403. (Bug 581734) r=sayrer a2.0=tests
2010-08-15 11:19:34 -04:00
Edward Lee
4813020c3f
Bug 582865 - Provide a shared "shape" module for Point, Rect, etc. [r=mossop a=gavin]
2010-08-12 02:51:03 -07:00
Michael Yoshitaka Erlewine
ea63ea76a9
Move Geometry utility classes (+tests) to the toolkit for bug 582865.
2010-08-11 01:21:11 -07:00
Neil Deakin
de6eeffd91
Bug 383930/552341, allow usage of a property on popups instead of using document.popupNode, should fix leak of popupNode, r=neil,sr=roc
2010-08-09 12:17:19 -04:00
Neil Deakin
234a128539
Bug 583255, don't involve views in tree offset computation, fixes inspector mouse events, r=roc,a=dbaron
2010-08-09 12:15:39 -04:00
Neil Deakin
2d0591f75b
Bug 552982, popups with titlebars tests
2010-07-27 09:38:04 -04:00
Vivien Nicolas
b3d92832bc
Bug 580676 - Add content prefs service service to Services.jsm [r=gavin]
2010-07-22 01:56:15 +02:00
Ben Parr
db239bd595
Bug 558287: Add support for searching add-ons on AMO via the search bar. r=dtownsend
2010-07-19 16:01:23 -07:00
Makoto Kato
a4101ba182
Bug 574051 - permanent orange test on 64-bit win7: 15875 ERROR TEST-UNEXPECTED-FAIL | /tests/toolkit/content/tests/widgets/test_tree_hier.xul | cycleHeader column sortDirection - "descending" should equal "". r=enndeakin
2010-07-16 15:59:13 +09:00
Neil Deakin
9a28f4e18a
Bug 574040, fix test so that it doesn't have an underlying missing menu label layout issue on Windows 7 64bit
2010-07-13 16:13:54 -04:00
Dão Gottwald
92afd4a0d2
Bug 578032 - Remove support for generic toolbar splitters, unintentionally added in bug 354048. r=enn
2010-07-12 16:47:34 +02:00
Neil Deakin
086e2d8e37
Bug 515153, add some better logging to this test to help debug it
2010-07-12 09:50:26 -04:00
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