Mike Conley
00646ae181
Bug 1095236 - Test that windows opened from content with dialog=1 still open. r=mrbkap.
...
--HG--
extra : commitid : K0O9jLpNT8J
extra : rebase_source : c2451a8d140b99435af9c754a5656648d6ab946f
extra : histedit_source : 93dab434745a51088d77e5b33dbef0a9161ea51c
2015-10-02 19:08:20 -04:00
Mike Conley
b98d93ada9
Bug 1095236 - Simplify browser_test_new_window_from_content.js to use BrowserTestUtils. r=mrbkap
...
--HG--
extra : commitid : Ia8rS8t1WAn
extra : rebase_source : e5a9f99eb8c900dacb363658973050f78320be29
extra : histedit_source : 28435fa0ad3292ca096f79b53c91ef9ea6305ffd
2015-10-02 19:44:48 -04:00
Tooru Fujisawa
af8ef74cc6
Bug 1207494 - Part 12: Remove use of expression closure from dom/tests/. r=jst
...
--HG--
extra : commitid : JmNDjAIaG9G
extra : rebase_source : e5829f84f053b3840b8c4568d8d26352e0119b29
2015-09-23 18:39:15 +09:00
Gijs Kruitbosch
5dd3837ea4
Bug 636905 - part 3: flip prefs in tests to keep them working, r=jaws
...
--HG--
extra : commitid : 5ctg1uTZzZd
extra : rebase_source : 953ba9df408b24a340074abeb1a05a2c02b2bbf6
2015-09-26 15:01:51 +01:00
Shu-yu Guo
64db2267cf
Bug 1202902
- Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Brian Grinstead
d230ce6194
Bug 1175318 - Import Console.jsm for mochitests;r=ted,r=past
...
--HG--
extra : commitid : Jus6Z5MrRBt
2015-07-08 12:10:29 -07:00
Gijs Kruitbosch
186ddd89f1
Bug 995697 - remove obsolete geolocation private browsing test, r=jdm
...
--HG--
extra : commitid : 2OEugmfgclg
extra : rebase_source : 0bdc19ed8ababfda0b4ee8639266e45509dc2b1a
2015-06-01 13:35:18 +01:00
Jordan Santell
7b6fec2d8c
Bug 922221 - implement console.timeStamp(label) to create profile timeline markers. r=khuey
2015-04-29 12:48:57 -07:00
ziyunfei
e1db0f779e
Bug 1102219 - Part 4: Replace `String.prototype.contains` with `String.prototype.includes` in chrome code. r=till
2015-04-30 00:32:05 +09:00
Ehsan Akhgari
1b1c836446
Bug 1079617 - Increase the timeout of browser_test_new_window_from_content.js
2015-04-26 11:50:35 -04:00
Nick Fitzgerald
2edf06beb3
Bug 1038238 - Part 0: Make js/src/vm/SavedStacks.h use 1-based column numbers,
...
like js::ComputeStackString and other browsers do; r=jorendorff
https://bugzilla.mozilla.org/show_bug.cgi?id=1038238
2015-03-27 13:08:46 -07:00
Andrea Marchesini
221a14bae1
Bug 1107699 - Remove timeout before Console.log() and the dispatching of ConsoleEvents, r=past
2015-01-23 13:12:02 +00:00
abdelrhman
3990efb3f1
Bug 1111276 - Replace gBrowser.selectedTab.linkedBrowser with gBrowser.selectedBrowser. r=dao
...
--HG--
extra : rebase_source : d7ef16a16f884458d99dff05efb370694d2ea5e3
2014-12-15 22:05:46 +01:00
David Rajchenbach-Teller
97a36d5a35
Bug 1083989
- Adapting Browser Chrome mochitests that expect Promise.jsm in the scope. r=yoric
2014-10-27 22:45:18 +01:00
Ryan VanderMeulen
d59c32b5f8
Backed out changesets 5e406b1536f9, 27e644701c98, and 762aff2c9dbf (bug 1083989
) for mochitest-e10s failures.
...
CLOSED TREE
2014-10-30 12:46:08 -04:00
David Rajchenbach-Teller
203b0b3926
Bug 1083989
- Adapt Browser Chrome mochitests that expect Promise.jsm in the scope. r=yoric
2014-10-27 22:45:18 +01:00
Michael Pruett
06db6f98bd
Bug 1056871 - Remove workarounds for bug 687194 in tests. r=mconley
2014-09-28 21:52:25 -05:00
Eric Rahm
856d592c2c
Bug 1069490 - Part 4: Update tests. r=past
2014-09-22 11:29:16 -07:00
Alexandre Poirot
7ea4dd517f
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Mihaela Velimiroviciu
e944c3ad60
Bug 1008941 - Add test to verify dismissing the geolocation sharing hanger. r=jdm
2014-07-15 10:26:33 +03:00
Jim Blandy
7e20285e70
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Mike Conley
a2d11e75a4
Bug 989501 - Part 4: Tests for window opening behaviours over browser.link.open_newwindow and browser.link.open_newwindow.restriction. rs=smaug.
2014-06-20 14:09:26 -04:00
James Graham
54a81fe8c7
Bug 1011458 - Buy back a few characters for Windows paths by renaming tests staging directory. r=ted
2014-05-16 04:55:00 +02:00
Peter Van der Beken
55c17927f1
Bug 1010955 - Fix tests so they'll work with Window on WebIDL bindings. r=bz.
...
--HG--
rename : content/media/webspeech/synth/ipc/test/test_ipc.html => content/media/webspeech/synth/ipc/test/file_ipc.html
2014-02-15 22:12:35 +01:00
Carsten "Tomcat" Book
f291e63285
Backed out changeset 46c16792274f (bug 1010955) for suspicion of causing memory leaks on a CLOSED TREE
2014-05-19 15:02:58 +02:00
Peter Van der Beken
0932413f11
Bug 1010955 - Fix tests so they'll work with Window on WebIDL bindings. r=bz.
...
--HG--
rename : content/media/webspeech/synth/ipc/test/test_ipc.html => content/media/webspeech/synth/ipc/test/file_ipc.html
extra : rebase_source : c7dc7fc44717ad6bf5381ecb8a537bf698ee962e
2014-02-15 22:12:35 +01:00
Andrea Marchesini
c143c01f4a
Bug 1004814 - console.time/timeEnd work in workers, r=bz
2014-05-06 10:50:12 +01:00
Gavin Sharp
1b20b99c0a
Bug 896711: remove BrowserChromeTests.runWhenReady because it's being abused, r=dao/ttaubert/vporof
2013-07-27 17:32:40 -07:00
Nathan Froyd
673c634324
Bug 1000894 - fix browser-chrome tests in dom/tests/browser/ to not replace the original tab; r=ehsan
2014-04-24 21:02:59 -04:00
Mihai Sucan
e76e62b281
Bug 823097 - Add support for %c style formatting in the web console; r=past,bz
2014-04-10 17:59:21 +03:00
Peter Van der Beken
c89c077c14
Bug 984497 - Use SpecialPowers more and change SpecialPower usage to deal with Window on WebIDL bindings. r=bz.
...
--HG--
rename : content/media/webspeech/synth/test/test_setup.html => content/media/webspeech/synth/test/file_setup.html
rename : content/media/webspeech/synth/test/test_speech_queue.html => content/media/webspeech/synth/test/file_speech_queue.html
rename : content/media/webspeech/synth/test/test_speech_simple.html => content/media/webspeech/synth/test/file_speech_simple.html
extra : rebase_source : 687daf9d78e69fe6ae21f7c1a26503cf88a18b97
2014-02-15 22:12:34 +01:00
Peter Van der Beken
a5967a49cb
Back out 75c95dac7fe0 (bug 984497) and f1b0d3d13755 (bug 990475) to fix bustage on a CLOSED TREE.
...
--HG--
extra : rebase_source : a63315cd428faeb95464f6ad76946d1c0c6d36c3
2014-04-07 22:18:53 +02:00
Peter Van der Beken
12b990ebb7
Bug 984497 - Use SpecialPowers more and change SpecialPower usage to deal with Window on WebIDL bindings. r=bz.
...
--HG--
rename : content/media/webspeech/synth/test/test_setup.html => content/media/webspeech/synth/test/file_setup.html
rename : content/media/webspeech/synth/test/test_speech_queue.html => content/media/webspeech/synth/test/file_speech_queue.html
rename : content/media/webspeech/synth/test/test_speech_simple.html => content/media/webspeech/synth/test/file_speech_simple.html
extra : rebase_source : 3662ae8b0f35fefb250c9cd048e848d662863855
2014-02-15 22:12:34 +01:00
Mark Hammond
cae334e085
Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted.
2014-04-02 10:53:55 +11:00
Boris Zbarsky
b73e696f3d
Bug 988310. Make browser_ConsoleStorageAPITests.js fail on unexpected exceptions. r=msucan
2014-03-26 21:44:24 -04:00
Marco Castelluccio
650cf1244e
Bug 898647 - Backend for app updates. r=myk,fabrice
...
--HG--
rename : browser/modules/webappsUI.jsm => browser/modules/WebappManager.jsm
rename : toolkit/webapps/WebappsInstaller.jsm => toolkit/webapps/NativeApp.jsm
rename : webapprt/WebappsHandler.jsm => webapprt/WebappManager.jsm
2014-03-15 14:37:37 -07:00
Wes Kocher
431137ccf6
Backed out changeset 4ce831d82c1f (bug 898647) for gaia-ui bustage on an already CLOSED TREE
...
--HG--
rename : browser/modules/WebappManager.jsm => browser/modules/webappsUI.jsm
rename : toolkit/webapps/NativeApp.jsm => toolkit/webapps/WebappsInstaller.jsm
rename : webapprt/WebappManager.jsm => webapprt/WebappsHandler.jsm
2014-03-14 14:13:25 -07:00
Marco Castelluccio
9b4317d55f
Bug 898647 - Backend for app updates. r=myk,fabrice
...
--HG--
rename : browser/modules/webappsUI.jsm => browser/modules/WebappManager.jsm
rename : toolkit/webapps/WebappsInstaller.jsm => toolkit/webapps/NativeApp.jsm
rename : webapprt/WebappsHandler.jsm => webapprt/WebappManager.jsm
extra : rebase_source : d009be9de28cb917062d567592f773e9ece4266e
2014-03-14 10:30:53 -07:00
Andrea Marchesini
edecafae28
Bug 965860 - patch 4 - Console format string, r=khuey
2014-02-27 23:39:12 +00:00
Andrea Marchesini
b1d122f724
Bug 965860 - patch 1 - Convert ConsoleAPIStorage in a Service, r=msucan, r=khuey
...
--HG--
rename : dom/base/ConsoleAPIStorage.jsm => dom/base/ConsoleAPIStorage.js
2014-02-27 23:38:54 +00:00
Dennis Schubert
8088e0e635
Bug 922208 - Add console.count; r=msucan
2014-02-17 21:58:19 +02:00
Ted Mielczarek
79ca8d245f
Bug 968837 - Move more Mochitests into manifests. r=jmaher
...
--HG--
rename : toolkit/components/places/tests/browser/bug_399606/399606-history.go-0.html => toolkit/components/places/tests/browser/399606-history.go-0.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-httprefresh.html => toolkit/components/places/tests/browser/399606-httprefresh.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-location.reload.html => toolkit/components/places/tests/browser/399606-location.reload.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-location.replace.html => toolkit/components/places/tests/browser/399606-location.replace.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-window.location.href.html => toolkit/components/places/tests/browser/399606-window.location.href.html
rename : toolkit/components/places/tests/browser/bug_399606/399606-window.location.html => toolkit/components/places/tests/browser/399606-window.location.html
rename : toolkit/components/places/tests/browser/visituri/begin.html => toolkit/components/places/tests/browser/begin.html
rename : toolkit/components/places/tests/browser/visituri/final.html => toolkit/components/places/tests/browser/final.html
rename : toolkit/components/places/tests/browser/visituri/redirect_once.sjs => toolkit/components/places/tests/browser/redirect_once.sjs
rename : toolkit/components/places/tests/browser/visituri/redirect_twice.sjs => toolkit/components/places/tests/browser/redirect_twice.sjs
rename : toolkit/components/places/tests/browser/settitle/title1.html => toolkit/components/places/tests/browser/title1.html
rename : toolkit/components/places/tests/browser/settitle/title2.html => toolkit/components/places/tests/browser/title2.html
rename : toolkit/components/places/tests/mochitest/bug94514-postpage.html => toolkit/components/places/tests/bug94514-postpage.html
rename : toolkit/components/places/tests/mochitest/test_bug_411966.html => toolkit/components/places/tests/test_bug_411966.html
rename : toolkit/components/places/tests/mochitest/test_bug_461710_perwindowpb.html => toolkit/components/places/tests/test_bug_461710_perwindowpb.html
rename : toolkit/components/places/tests/mochitest/test_bug_94514.html => toolkit/components/places/tests/test_bug_94514.html
2014-02-06 15:37:30 -05:00
Nikhil Marathe
5f05b80e02
Bug 918806 - Remove all mention of dom.promise.enabled from other tests. r=bz,schien
...
--HG--
extra : rebase_source : a07485081313d6002459bd64e3abf4ebb10b960d
2014-01-30 13:14:03 -08:00
Ryan VanderMeulen
aa8ede1cff
Backed out changesets 6db8b08a3aea and 1d7c2025bb56 (bug 918806) for B2G mochitest failures.
2014-01-30 14:46:36 -05:00
Nikhil Marathe
d2b71e77aa
Bug 918806 - Remove all mention of dom.promise.enabled from other tests. r=bz,schien
2014-01-30 09:43:09 -08:00
Boris Zbarsky
fc8f65ba99
Bug 946564 part 2. Make window._content chromeonly and define it in WebIDL. r=peterv
2013-12-09 10:34:04 -05:00
Dennis Schubert
7573898c07
Bug 760193 - Add console.assert; r=msucan
2013-12-07 23:28:35 +02:00
Dennis Schubert
61836982ec
Bug 922214 - Add console.exception; r=msucan
2013-12-02 20:12:18 +01:00
Gijs Kruitbosch
3fd1217b23
Bug 938162 - if it looks, swims and quacks like a duck, but doesn't end in .js, let's not call it a test, r=gps
...
--HG--
extra : rebase_source : 700e855b79998028d57590c445f7f4b390bd0f9d
2013-11-13 17:30:00 +01:00
Tim Taubert
68c065a82f
Bug 932898 - Fix leaks in DOM tests; r=smaug CLOSED TREE
2013-10-31 02:30:00 +00:00
Gregory Szorc
54c1de66d6
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Ed Morley
2c7dd24541
Backed out changeset 8b02873ee07e (bug 920223)
2013-09-30 12:50:05 +01:00
Gregory Szorc
8344d8a946
Bug 920223 - Part 3: Mass convert MOCHITEST_BROWSER_FILES to manifests; rs=Ms2ger
2013-09-30 09:52:06 +02:00
Brian Grinstead
5ce7dfc550
Bug 918884 - Implement a method to get the DOM element that owns a docshell. r=bz
2013-09-24 10:05:00 -05:00
Andrea Marchesini
fcc425445c
Bug 911213 - Implement new promise constructor, r=bz
2013-09-11 18:03:04 +02:00
Mike Hommey
f8bc7fa754
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Andrea Marchesini
7e55100f66
Bug 896535 - Promise: `then(console.log)` is not working as expected. r=msucan
2013-08-19 09:13:47 -04:00
Gavin Sharp
193322fbe8
Back out bug 896711 for potentially causing metro test timeouts, CLOSED TREE
2013-08-02 13:02:22 -07:00
Gavin Sharp
40ffe6f470
Bug 896711: remove BrowserChromeTests.runWhenReady because it's being abused, r=dao/ttaubert
...
--HG--
extra : transplant_source : %9D%F5%0D/%105%29%20%BCW%EC%BEs%BB%22vgO%9B%87
2013-07-27 17:32:40 -07:00
Tim Taubert
56b146eea2
Bug 891806 - part 4 - replace 'yield;' with 'yield undefined;' in dom/; r=smaug
2013-07-10 23:52:35 +02:00
Olli Pettay
b002b30b2a
bug 789919, (snow-white) make addref/release of CCable objects faster by removing indirect refcnt increase/decrease, r=mccr8, test changes r=ehsan
...
--HG--
extra : rebase_source : 2a3b22425c14d6daedc91d62a652c34431acd2fb
2013-07-09 13:30:58 -04:00
James Hugman
228b79b0ec
Bug 860782 - Move Android permission install to first run, from install. r=wesj, r=fabrice
...
* * *
Bug 860782 - Use app when requesting permissions. r=mfinkle
* * *
Bug 860782 - Disable permissions tests on platforms where they shouldn't work. r=mfinkle
2013-06-20 12:51:18 -04:00
Bobby Holley
1fe42ee5c9
Bug 858101 - Fix other tests. r=mrbkap
2013-05-31 10:36:02 -07:00
Mihai Sucan
decd78751d
Bug 874061 - Figure out private browsing and the browser console; r=robcee f=ehsan
2013-05-25 12:25:36 +03:00
Colby Russell
06575e7cc8
Bug 861495 - Transplant getOuterWindowWithId from nsIDOMWindowUtils to a window-related service: ConsoleAPITests.js; r=msucan
2013-05-08 19:54:43 +03:00
Masayuki Nakano
148047b59d
Bug 857820 part.3 Drop <blink> support from HTML parser r=mrbkap
2013-04-14 19:11:09 +09:00
Mihai Sucan
a9ac029d24
Bug 808370 - Use the VariablesView in webconsole; r=past,vporof,paul
2013-04-09 12:46:30 +03:00
Reuben Morais
3fd1918417
Bug 856923 - Don't stop installing permissions if one of them has an invalid entry in the manifest. r=gwagner
2013-04-05 16:38:08 -07:00
Kyle Machulis
72a717a860
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
43628a7867
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
334c0800cf
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
William Chen
591ce8a1df
Bug 818976 - Part 2: Implement template element interface. r=mrbkap,bz
2013-03-26 00:15:23 -07:00
William Chen
35a5f58cc4
Bug 782211 - Part 10: Update webapp browser permission test to clean up alerts. r=fabrice
2013-03-18 06:24:55 -07:00
Randy Lin
bf0e41de18
Bug 849335 - Make the FMRadio API privileged. r=fabrice
2013-03-12 20:54:56 +08:00
Sunny
2c03f4d445
Bug 844127 - Replaced 'Span' with 'Unknown' and added tests for the same. r=bz
2013-03-12 16:36:49 -04:00
Gregory Szorc
a0e24e2250
Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey
2013-02-25 12:47:20 -08:00
Bobby Holley
5e7c3d4724
Bug 841067 - Fix sandbox xhr tests. r=bz
2013-02-14 10:40:15 +01:00
Josh Matthews
a2efaede2d
Bug 838541 - Only dispatch storage events to windows of the same privacy status. r=mayhemer
2013-02-12 14:24:23 -05:00
Boris Zbarsky
2c2153865c
Bug 836850. Allow a single C++ class to implement multiple WebIDL interfaces. r=peterv
...
--HG--
rename : content/html/content/test/test_li_attributes_reflection.html => content/html/content/test/test_dl_attributes_reflection.html
rename : content/html/content/test/test_li_attributes_reflection.html => content/html/content/test/test_ul_attributes_reflection.html
2013-02-08 12:20:11 +00:00
Raymond Lee
e41e1058e2
Bug 835218 - Fix for intermittent browser_geolocation_privatebrowsing_perwindowpb.js | Test timed out, | Found a browser window after previous test timed out; r=ehsan
2013-02-06 15:38:01 +08:00
Ehsan Akhgari
565d0479c3
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
...
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Fabrice Desré
435c17fbaf
Bug 814226 - Permission checks for "webapps-manage" could probably be friendlier r=sicking
2013-01-19 08:56:29 -08:00
Mihai Sucan
259732578f
Bug 787985 - Console API messages are not consistent; r=past
2013-01-15 16:02:25 +02:00
Gene Lian
dae6bf43dc
Bug 820206 - Validate "Webapps:*" message parameters in the parent process (part 3, test cases). r=fabrice, a=blocking-basecamp
2013-01-11 20:50:50 +08:00
Alexandre Poirot
ec4b923e4f
Bug 813797 - Completely remove apps developer mode (dom.mozApps.dev_mode) in release builds. r=fabrice
2013-01-09 17:34:13 -05:00
Boris Zbarsky
b2589a0608
Bug 827214. Fix HTML lists to really be webidl. r=peterv
2013-01-07 08:34:16 -05:00
Mario Alvarado [:marioalv]
9edffc61f2
Bug 806724 - Port browser_ConsoleStoragePBTest.js to the new per-tab PB APIs; r=ehsan
...
DONTBUILD since this is NPOTB in global PB builds
--HG--
rename : dom/tests/browser/browser_ConsoleStoragePBTest.js => dom/tests/browser/browser_ConsoleStoragePBTest_perwindowpb.js
2012-12-10 19:19:25 -06:00
Gregor Wagner
a26d990c01
Bug 818583 - Permissions Installer Tests. r=orange
2012-12-07 11:24:19 -08:00
Ehsan Akhgari
acbb3c0ee8
Bug 769285 - Use separate access tokens for private and public geolocation requests. r=dougt
2012-12-06 21:13:15 -05:00
Ehsan Akhgari
78d9bdb5a6
Bug 806724 - Part 0: Don't run browser_ConsoleStoragePBTest.js in per-window PB builds
2012-12-06 00:27:27 -05:00
Gregor Wagner
d47d2fbf5c
Bug 809944 - Require access fields in manifests. Tests. r=ddahl
2012-11-19 12:31:15 -08:00
Tom Schuster
dc7288d8a6
Bug 805222 - Change some usages of GetFunctionId to GetFunctionDisplayId for better JS stacktrace. r=bholley,robcee
2012-10-31 13:34:42 +01:00
Peter Van der Beken
669602b5e0
Fix for bug 778152 (Content window does not have an XMLHttpRequest property when accessed via an Xray wrapper in a subscript). r=bz.
...
Switch from using the interface objects from the Xrays compartment to wrapping
interface objects and interface prototype objects in Xrays. Make dom binding
Xrays deal with both instance objects and interface and interface prototype
objects.
2012-10-09 20:50:27 +02:00
Fabrice Desré
5359f93095
Bug 805178 - Device Storage - Application Permissions do not match that of the Permission Matrix [r=dougt]
2012-10-26 12:50:10 -07:00
Fabrice Desré
084234c157
Bug 787439 - Ensure applications permissions are updated when doing a system update [r=marshall,ddahl]
2012-10-10 09:16:49 -07:00
David Dahl
984f27a79d
Bug 758269 - Install permissions from manifest to Permission Manager r=fabrice
2012-09-28 17:16:29 -05:00
Ryan VanderMeulen
cfd83c70c7
Backout 5c0e68dceca8 (bug 758269) due to mochitest-other orange.
...
--HG--
extra : rebase_source : 4576482dfdf270c203572a0c39093e590836fa76
2012-09-26 19:49:43 -04:00
David Dahl
77154c4ab6
Bug 758269 - Install permissions from manifest to Permission Manager r=fabrice
2012-09-26 17:22:54 -05:00
Tim Taubert
7e943e244f
merge m-c to fx-team
2012-08-05 11:31:54 +02:00
Mihai Sucan
2b290df88d
Bug 676722 - The output of console.log(object) isn't expandable/inspectable in the Web Console; r=rcampbell
2012-08-03 23:14:01 +03:00
Panos Astithas
6bb0f8ea56
Backout 7e5f3a8a7ca7 due to test oranges
2012-08-03 12:01:14 +03:00
Mike Hommey
70d7c821af
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Mihai Sucan
b9d367344d
Bug 676722 - The output of console.log(object) isn't expandable/inspectable in the Web Console; r=rcampbell
2012-08-02 22:09:46 +03:00
Ms2ger
42a55f1a28
Bug 772829 - Use MOCHITEST_BROWSER_FILES in dom/tests/browser/Makefile.in; r=froydnj
2012-07-18 12:36:08 +02:00
Mihai Sucan
da9958af0a
Bug 722685 - Console logging is slow; r=rcampbell
2012-06-02 13:45:32 +03:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Serge Gautherie
b06e0b3e57
Bug 728538. (Bv2) browser_ConsoleStorageAPITests.js: Set "browser.tabs.max_tabs_undo" preference, Document code. r=gavin.sharp.
2012-02-24 07:04:55 +01:00
Serge Gautherie
a4ac4954c0
Bug 728538. (Av1) browser_ConsoleStorageAPITests.js: Improve code a little. r=gavin.sharp.
2012-02-19 06:21:57 +01:00
Dão Gottwald
09e6731932
No bug - fix some browser chrome tests that pollute the global scope
2012-01-24 23:08:42 +01:00
Christian Legnitto
b86796df77
Backout 223d4f4bd252 (bug 463491) due to a regression (bug 679961). a=LegNeato
2011-10-31 16:39:32 -07:00
Geoff Lankow
a92e5e5471
Bug 703867 - Update /dom/tests/browser/browser_popup_blocker_save_open_panel.js to use MockFilePicker.jsm; r=jst,mounir
2011-11-25 00:17:16 +13:00
Ed Morley
7ea8e12caa
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Rob Campbell
530454ffd3
merge m-c to fx-team
2011-11-05 10:11:34 -03:00
Rail Aliiev
ac65d0d88e
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Panos Astithas
177786d5f7
Bug 696288 - Regression: Processing.js Performance Tests don't work; r=ddahl,smaug
2011-10-24 11:12:24 +03:00
David Chan
ad301bfdc4
Bug 692550 - console.log("%s", null); should log "null"; r=msucan
2011-10-07 09:29:33 -03:00
Matt Brubeck
644a223e89
Back out 2780356be1a1 (bug 675574) and 9928fb9a32b1 (bug 690220) on suspicion of causing browser-chrome shutdown hangs
2011-09-29 14:44:36 -07:00
Mounir Lamouri
aac1c5db8b
Bug 675574 - Do not allow more than one call to window.open() when we allow popups. r=jst
2011-09-28 23:23:36 +02:00
Panos Astithas
43aa7edc0f
Bug 664131 - Expand console object with group methods that indent future console messages in order to create separate blocks of visually combined output; r=gavin
2011-06-14 14:38:11 +03:00
Boris Zbarsky
5bd5d4d6c7
Bug 660233 part 1. Fix tests that assume UniversalXPConnect in otherwise-untrusted pages will get one nodePrincipal, documentURIObject, baseURIObject properties. r=mrbkap
...
--HG--
rename : dom/tests/mochitest/bugs/test_bug396843.html => dom/tests/browser/browser_bug396843.js
2011-09-23 01:03:50 -04:00
Panos Astithas
caa0212d06
Bug 614586 - Implement string substitution in all console API methods; r=ddahl,Olli.Pettay
2011-09-15 11:20:22 -07:00
Panos Astithas
5fe53f36e1
Bug 658368 - Expand console object with time and timeEnd methods that add a simple timer implementation; r=msucan,sdwilsh sr=gavin
2011-06-01 09:33:22 +03:00
Mihai Sucan
211ac44bb7
Bug 612658 - Implement ConsoleAPIStorage - add caching for the window.console API; r=gavin.sharp,ddahl sr=bzbarsky
2011-08-24 23:34:16 +03:00
Mounir Lamouri
837af0d74a
Bug 463491 - Do not reduce the popup blocker abuse level when using command event. r=jst
2011-08-11 18:31:33 +02:00
Panos Astithas
ce5fb346f7
Bug 659907 - Expand console object with a dir method that displays an interactive listing of all the properties of an object.; f=rcampbell r=mihai.sucan,bzbarsky sr=bzbarsky
2011-06-09 16:27:30 +03:00
Panos Astithas
387384fa3c
Bug 646025 - Add file location to console.log, info, debug, etc.; f=mihai.sucan r=gavin.sharp
2011-05-12 09:29:17 -03:00
Mihai Sucan
77fc545081
Bug 585956 - Implement console.trace() in web console; f=ddahl r=rcampbell,jonas
2011-04-11 20:48:15 +03:00
Benjamin Stover
16c5dd0bc1
Backed out changeset 868be4c08700 due to mochitest-other orange
2011-03-24 13:00:45 -07:00
Benjamin Stover
76439073a1
Bug 643083 Crash: JSAutoRequest::~JSAutoRequest r=smaug
2011-03-24 10:41:25 -07:00
Mounir Lamouri
1df3f9208d
Bug 601030 (2/2) - Don't let a frame steal focus with autofocus when the document has been loaded. r=smaug a=sicking
...
--HG--
rename : content/html/content/test/test_bug546995-1.html => content/html/content/test/test_bug546995.html
extra : rebase_source : 5f84b2ef8ce5bf4cad9c736dc63393e7286ae51f
2010-12-17 18:01:12 -08:00
Rob Campbell
18c12ce07a
Bug 614350 - Web console's console object colliding with content breaks sites; f=rcampbell r=gavin.sharp a=blocking2.0
2010-12-10 09:28:17 -08:00
David Dahl
a12585e717
Bug 587734: enable the lazy console API added in bug 568629, and hook it up to the Web Console, r=gavin, a=blocking
...
--HG--
extra : rebase_source : 6006c9be7e1a91748d09397b0ea08a94c0f3968e
2010-11-16 16:34:53 -05:00
David Dahl
fc0f22790a
Bug 568629: add a ConsoleAPI component used to implement window.console object exposed to web content (disabled for the moment), r=gavin/dietrich, sr=jst, a=blocking
...
--HG--
extra : rebase_source : 9bfe8478039ee16310f9f87da87c66d778739a73
2010-11-09 15:19:19 -05:00
Masayuki Nakano
e9ab9b2dd9
Bug 591890 add missing test file a=betaN+
2010-11-06 14:11:33 +09:00
Masayuki Nakano
c8c157dbab
Bug 591890 focus() method should be able to steal focus when it's called from mousedown event handler r=enndeakin, a=betaN+
2010-11-06 14:04:11 +09:00
Felipe Gomes
2f04ed9a59
Bug 593378. browser_bug559991.js needs to restore original functions before closing tab, and browser_autofocus_background.js shouldn't close all tabs which would close the test window. r=mounir rs=gavin a=blocking-beta6
2010-09-10 15:42:20 -03:00
Ian Neal
b8e7d0d873
Bug 535903 - [SeaMonkey 2.1] mochitest-browser-chrome: "browser_focus_steal_from_chrome.js | Timed out"
...
r=bzbarsky a=testing
2010-09-07 13:25:18 +01:00
Masayuki Nakano
27845c2ea1
Bug 593377 bug 585922 killed all tests in dom/tests/browser r=bzbarsky, a=blocking2.0 final+
2010-09-04 11:20:09 +09:00
Neil Deakin
0fca4edc6c
Bug 564277, fix up various focus ring issues for html elements, r=smaug
2010-06-21 08:37:34 -04:00
Mounir Lamouri
e7fd5dbe6f
Bug 567098 - Remove setTimeout's in autofocus tests; r=ehsan
2010-05-28 12:28:31 -04:00
Mounir Lamouri
36397b56bd
Bug 546995 - Implement autofocus attribute. r=sicking, sr=smaug
...
--HG--
extra : rebase_source : b0f233cae75aa9182d6587b6d66d4cbebea1126c
2010-05-19 19:52:17 +02:00
Masayuki Nakano
e2bb092515
Bug 534420: Fix intermittent failure in browser_focus_steal_from_chrome.js r=enndeakin
2010-01-30 08:05:42 -05:00
Masayuki Nakano
7f5db327e8
bug 534420 debug code for the test
2009-12-16 01:49:17 +09:00
Dão Gottwald
39a4c6336e
browser_focus_steal_from_chrome.js cleanup
2009-12-14 11:07:36 +01:00
Dão Gottwald
c367212e49
browser_focus_steal_from_chrome.js cleanup
...
--HG--
extra : rebase_source : 96a43eac3e3eddead6dfc2f10335561d7104f2e7
2009-12-13 21:46:38 +01:00
Dão Gottwald
c58eedf77c
improve browser_354894.js output
...
--HG--
extra : rebase_source : 0091d4b16fae7732d4dd382f2cfab8c1bc404c43
2009-12-13 21:46:15 +01:00
Masayuki Nakano
73f9a129d8
Bug 125282 Webpage-JS can steal focus from URLbar / chrome r=enndeakin
2009-12-12 14:17:40 +09:00