Carsten "Tomcat" Book
f03aff0a3c
merge fx-team to mozilla-central a=merge
2014-07-09 16:05:08 +02:00
Shane Caraveo
0b4e220402
Bug 1029942 allow activation from about: chrome urls, r=felipe
2014-07-08 16:48:12 -07:00
Wes Kocher
2e70aa4885
Backed out changeset ca2fd67a4cf7 (bug 1029942) for bc1 orange
2014-07-08 15:11:31 -07:00
Shane Caraveo
8dc4610ab2
Bug 1029942 allow activation from about: chrome urls, r=felipe
2014-07-08 13:50:13 -07:00
Blake Kaplan
23469374a8
Bug 1001957 - Don't use a CPOW for reload. r=felipe/mccr8/smaug
...
Original patch from billm.
2014-07-08 18:27:59 -07:00
Wes Kocher
1b9e82613e
Backed out changeset 76a96d6f0330 (bug 1001957) for mochitest-2 bustage on a CLOSED TREE
2014-07-08 17:55:35 -07:00
Blake Kaplan
8ccf0d9a16
Bug 1001957 - Don't use a CPOW for reload. r=felipe/mccr8/smaug
...
Original patch from billm.
2014-07-08 16:19:10 -07:00
Mark Banner
f4e2d0350f
Fix packaged unit test bustage from bug 1032469. rs=bustage fix for CLOSED TREE
2014-07-08 21:11:06 +01:00
Mark Banner
13f3af99a0
Bug 1032469 Update Loop to OpenTok library v2.2.6. rs=gijs for test change,r=abr
2014-07-08 19:40:59 +01:00
David Keeler
5541317bea
bug 1034270 - test adding a certificate exception via about:certerror r=felipe
2014-07-07 15:32:34 -07:00
Marco Bonardo
85d46b158c
Bug 1023292 - split up browser_popupNotification.js r=adw,MattN
2014-07-06 10:14:48 +02:00
Tim Taubert
3cde1e4440
Bug 1032243 - about:newtab should use native Promise implementation r=adw
2014-07-02 16:38:20 -07:00
Kestrel
313d20de56
Bug 378775 - Implement Opera's behavior for selecting text inside of a link and link drag and drop. r=Enn
2014-07-03 04:26:00 -04:00
Ed Morley
2f1480b188
Bug 941575 - Disable browser_fullscreen-window-open.js on Linux for intermittent failures
2014-07-03 14:05:56 +01:00
Gijs Kruitbosch
542f3ebaf3
Bug 1018154 - part 3: add test for URL bar javascript URI pastes, r=Unfocused
2014-07-01 15:04:11 +01:00
Gijs Kruitbosch
953f2e8318
Bug 1018154 - part 2: adjust tests now that mayInheritPrincipal has gone the way of the dodo, r=Unfocused
2014-07-01 14:28:49 +01:00
Tim Taubert
0a135cd077
Bug 953313 - Fix intermittent browser_tabopen_reflows.js failures r=gijs
2014-06-28 09:19:46 +02:00
Gregory Szorc
747cbef99b
Bug 1029031 - Bustage followup to b77106f50779
...
Fixed bad patch change that was made before landing. Derp.
2014-06-25 23:21:23 -07:00
Gregory Szorc
2f05a1c33f
Bug 1029031 - Record default search provider in FHR; r=bsmedberg, MattN
2014-06-25 12:44:00 -07:00
Gregory Szorc
36f7b31525
Bug 1029031 - Rewrite test to use tasks; r=MattN
...
An upcoming patch will add more code to
browser_urlbar_search_healthreport.js. We now have support for running
tasks in bc tests, so let's use it to make my life easier.
2014-06-25 12:38:37 -07:00
Shane Caraveo
3b8a5cc554
Bug 1029098 support global sidebar state for users who do not turn on restore session state, r=felipe
2014-06-25 13:15:08 -07:00
Jim Blandy
39dc0c6097
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
Brian R. Bondy
7d8ad34902
Bug 1017156 - Fix tests for blank tab name now expected in TabOpen event. r=dao
2014-06-24 09:45:38 -04:00
Jared Wein
0279293479
Bug 754304 - make in-content preferences linkable via URL. r=mattn
2014-06-19 16:12:52 -04:00
Birunthan Mohanathas
254f890e2e
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Jared Wein
73a7a47533
Bug 1025195 - switchToTabHavingURI should have an option to ignore URL hashes when looking for already opened tabs. r=dao
2014-06-17 10:01:41 -04:00
Drew Willcoxon
f9147455a0
Bug 1019991 - about:newtab should lazily build its search panel popup. r=ttaubert
2014-06-17 12:35:34 -07:00
Drew Willcoxon
75a214b497
Bug 1019989 - ContentSearch should pass images as shared ArrayBuffers instead of data URI strings. r=felipe
2014-06-17 12:35:34 -07:00
Neil Deakin
688bc58f3f
Bug 994117, disable transition for popups in social tests, r=mixedpuppy
2014-06-16 14:43:10 -04:00
Florian Quèze
ca188b7f16
Bug 1000253 - Background tabs with persistent device permissions can access devices without the user noticing, r=jesup,MattN.
2014-06-13 14:51:12 +02:00
Gijs Kruitbosch
3d65672872
Bug 908534 - test that chromeUI notification is shown for about:support when opened as a new tab, r=ttaubert
2014-06-11 11:56:30 +01:00
Ed Lee
43d205d95e
Bug 975235 - Send click pings for Directory Tiles (including which link, tile, other metadata) [r=adw]
...
Send a ping from the DirectoryLinks module on various click actions from newtab page.
2014-06-09 22:03:23 -07:00
Mark Banner
9a04b3f423
Merge m-c to elm. a=merge
2014-06-09 13:00:42 +01:00
Nicolas Perriault
7f463f5d48
Bug 1003029 Use local versions of OT assets. r=Standard8,rs=gijs,r=abr
2014-06-05 17:01:18 +01:00
Wes Kocher
a21674d44e
Merge m-c to inbound
2014-05-28 17:23:23 -07:00
Wes Kocher
58addf55d2
Backed out changeset 94eef72cb9b7 (bug 993901) for causing OSX bc1 to frequently fail in browser_tabopen_reflows.js
2014-05-28 17:00:32 -07:00
Honza Bambas
5cf29ff3e7
Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell
2014-06-05 20:14:07 +02:00
Ryan VanderMeulen
fbb180c732
Backed out changeset d405928cb934 (bug 999577) and changeset 940d041073c7 (bug 938186) for xpcshell failures.
...
CLOSED TREE
2014-06-05 13:32:04 -04:00
Honza Bambas
eb1d05b716
Bug 999577 - disable addon access to cache v1 IDLs, r=michal+jduell
2014-06-05 18:27:38 +02:00
Masayuki Nakano
cd87feb3ab
Bug 1008772 part.2 Add tests for tabbrowser key navigation which isn't blocked by content r=enndeakin
2014-06-05 11:57:53 +09:00
Marco Bonardo
5ba53094b3
Bug 1003461 - Shift + Switch to Tab no longer respected. r=mano
2014-06-04 14:23:31 +02:00
Wes Kocher
9ea9f35b2b
merge inbound to m-c
2014-06-02 18:37:29 -07:00
Gijs Kruitbosch
0aeb619077
Bug 1016582 - pin new back/fwd/refresh/stop/star group at the top of the context menu, r=jaws
2014-05-29 12:08:32 +01:00
Maxim Zhilyaev
64d0afe559
Bug 993901 - Implement logic to decide when to fetch remotely hosted links [r=adw]
...
Download links file if it's been a day on init, new tab load, or pref change.
2014-05-27 13:59:33 -07:00
Ted Mielczarek
46250677f1
bug 815002 - fix browser_device_get_user_media.js to work with --use-test-media-devices. r=florian
2014-06-02 10:41:57 -04:00
Florian Quèze
c182eaa6d9
Bug 1000253 - Fix a mistake in the browser_devices_get_user_media.js test, r=MattN.
2014-05-28 00:48:05 +02:00
Maxim Zhilyaev
746791b637
Bug 993901 - Implement logic to decide when to fetch remotely hosted links [r=adw]
...
Download links file if it's been a day on init, new tab load, or pref change.
2014-05-27 13:59:33 -07:00
Bobby Holley
2674215625
Bug 1015380 - Fix up tests that will break with Object Xrays. r=gabor
2014-05-28 11:14:27 -07:00
Jared Wein
d574f6de81
Bug 1000513 - Tests for menugroup keyboard navigation. r=Unfocused
2014-05-15 18:14:15 -04:00
Hernan Rodriguez Colmeiro
bb27e95f82
Bug 881576 - "Convert storage quota notifications test to use in-content preferences". r=jaws
2014-05-22 08:23:00 +02:00