Kris Maglione
ed18f55d09
Bug 1254003: Don't call tabs.create callback before the tab is ready. r=gabor
...
MozReview-Commit-ID: 3qK6GpTmIFQ
2016-04-03 19:31:47 -07:00
Carsten "Tomcat" Book
e135d40825
Merge mozilla-central to fx-team
2016-06-03 12:40:11 +02:00
Kris Maglione
f51a1e770f
Bug 1266510: Add better logging to browser_ext_windows_events test. r=me
...
MozReview-Commit-ID: 6aKeZvH7jwk
2016-06-02 13:36:57 -07:00
Kris Maglione
90c72077cc
Bug 1272800: Wait for zoom event after switching tab if current value is not as expected. r=me
...
MozReview-Commit-ID: 4GtQMLOLZNP
2016-05-31 13:43:28 -07:00
Kris Maglione
01b640a272
Bug 1271374: Add Cache-Control: no-cache to the delayed load SJS page. r=me
...
MozReview-Commit-ID: K6FN8jsT12Y
2016-05-31 13:30:51 -07:00
Carsten "Tomcat" Book
8a7b7acb0f
Backed out changeset ea4940dd52cc (bug 1271777) for test failures in browser_ext_commands_onCommand.js
2016-05-31 08:35:48 +02:00
Matthew Wein
190be9eed5
Bug 1271777 - Fix the 'MacCtr' typo in the commands API. r=kmag
...
MozReview-Commit-ID: 2pVcqpfSRKT
2016-05-25 16:58:43 -07:00
Carsten "Tomcat" Book
df34c5dbbf
Backed out changeset cbeef9c81af6 (bug 1271777) for test failures in browser_ext_commands_onCommand.js
2016-05-30 14:50:53 +02:00
Matthew Wein
20206a6ac1
Bug 1271777 - Fix the 'MacCtr' typo in the commands API. r=kmag
...
MozReview-Commit-ID: 2pVcqpfSRKT
2016-05-25 16:58:43 -07:00
Ryan VanderMeulen
0910f7ced5
Backed out changesets 1cf7e08007f9 and 981fc919965e (bug 1271777) for browser_ext_commands_onCommand.js failures.
2016-05-26 23:54:39 -04:00
Ryan VanderMeulen
643f34dc5e
Bug 1271777 - Fix ESLint error on a CLOSED TREE.
2016-05-26 22:47:07 -04:00
Matthew Wein
589add0c2d
Bug 1271777 - Fix the 'MacCtr' typo in the commands API. r=kmag
...
MozReview-Commit-ID: 2pVcqpfSRKT
2016-05-25 16:58:43 -07:00
Claas Augner
1737833daa
Bug 1247455 - Add a .removeCSS method to complement .insertCSS. r=kmag
2016-04-15 00:39:09 +02:00
Sebastian Hengst
0c2eb0a8e0
Backed out changeset df90fcacc68c (bug 1265836) for crashing test_ext_webrequest.html. r=backout
2016-05-26 10:32:47 +02:00
Sebastian Hengst
b169ca896f
Backed out changeset 800df6b80dc0 (bug 1265836)
2016-05-26 10:32:41 +02:00
Sebastian Hengst
80a9eb2a29
Backed out changeset 1151e3a09e77 (bug 1265836)
2016-05-26 10:32:26 +02:00
Bob Silverberg
8f1e858810
Bug 1265836 - Part 4: Implement browser.history.addUrl. r=aswan
...
MozReview-Commit-ID: CBcKLvRLj3w
2016-05-19 21:55:37 -04:00
Bob Silverberg
e903af75a7
Bug 1265836 - Part 2: Change normalizeTime to return a date rather than a number. r=aswan
...
Also update browser.history.deleteRange to use normalizeTime
MozReview-Commit-ID: EQ3NLSIRTe8
2016-05-24 09:00:17 -04:00
Bob Silverberg
e2434b86c7
Bug 1265836 - Part 1: Replace PlacesUtils.toTime with PlacesUtils.toDate. r=mak, r=aswan
...
MozReview-Commit-ID: FZTfDJpjEt1
2016-05-24 08:56:10 -04:00
Bob Silverberg
d3720eefea
Bug 1274134 - Intermittent browser_ext_history.js | no results returned for late start time - Expected: 0, Actual: 2. r=aswan
...
The test assumes that Date.now() will provide a date that is far enough in the future to return 0 results,
because the history should have been added before that code is run, but evidently sometimes it is not.
Changing the date used as a late start date to one day in the future, which should address this issue.
MozReview-Commit-ID: KUSyfvtE2B0
2016-05-19 08:32:10 -04:00
Bob Silverberg
405a7c2eab
Bug 1265834 - Part 2: Implement browser.history.search. r=aswan, r=mak
...
Requesting review from mak for the changes to PlacesUtils.jsm.
Note that one of these changes (toPRTime) is also present in the patch for bug 1265836, but I anticipate that this patch may land before that bug.
MozReview-Commit-ID: Kg1XX40A4FW
2016-05-13 10:32:48 -04:00
Luca Greco
73f3f127b7
Bug 1263723 - [webext] Track awesomebar user interaction for webNavigation transition types and qualifiers. r=krizsa
...
- introducing tabTransitionData in the webNavigation internals
- listen for the "autocomplete-did-enter-text" topic notified on the observer service
- add support to from_address_bar transition qualifier and auto_bookmark/keyword/generated transition types
MozReview-Commit-ID: 7krQiJlnc1d
2016-05-09 18:24:53 +02:00
L. David Baron
50ddd15ed9
Bug 1111440 - Replace -moz- prefixed logical margin/padding/border properties with their standard versions. r=heycam
...
This patch was generated by the command:
find . -name "*.css" -exec sed -i -f mozpropsub {} \;
in the root of a mozilla-central tree, with the file mozpropsub
containing the contents:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g
While I didn't manually review all the changes, I did review the list of
files, and manually reviewed the changes in the files that I thought
were more interesting.
Note that there are a few tests that should be fixed up as well, but
I'll do that in a later patch.
MozReview-Commit-ID: EiQTuuV0MNQ
2016-05-12 22:19:58 -07:00
Wes Kocher
13ec7e0347
Backed out 2 changesets (bug 1240326) for failures in browser_ext_tabs_query.js
...
Backed out changeset c057ea186ced (bug 1240326)
Backed out changeset 4399e8609c74 (bug 1240326)
2016-05-05 13:06:36 -07:00
Bob Silverberg
291b321b4d
Bug 1240326 - Part 2: Utilize lazyWidth and lazyHeight properties from frame loaders for tab width and height. r=kmag
...
MozReview-Commit-ID: FI41LGDrFFK
2016-04-26 10:25:20 -04:00
Blake Winton
7236f29e11
Bug 1269081 - Only apply Firefox's default styles if the add-on author sets "browser_style" to true in the manifest. r=kmag.
...
MozReview-Commit-ID: JjH0sCkh1U7
2016-05-02 10:59:36 -04:00
Bob Silverberg
9d843c9928
Bug 1265842 - Implement browser.history.deleteAll and deleteRange. r=aswan
...
MozReview-Commit-ID: 6rcQfPajmfw
2016-04-27 16:51:11 -04:00
Bob Silverberg
a21c8ee6da
Bug 1265837 - Implement browser.history.deleteUrl, r=aswan
...
MozReview-Commit-ID: AzVWzviLkGQ
2016-04-28 08:37:04 -04:00
Kris Maglione
daea263459
Backed out changeset a3fbed43aa55 for a new set of intermittent failures.
...
MozReview-Commit-ID: 1lIDylABshC
2016-04-25 18:13:41 -07:00
Kris Maglione
1acdedc255
Bug 1254003: Don't call tabs.create callback before the tab is ready. r=gabor
...
MozReview-Commit-ID: 3qK6GpTmIFQ
2016-04-03 19:31:47 -07:00
Wes Kocher
d89a150490
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 4igUgM6r0wO
2016-04-25 17:11:09 -07:00
Blake Winton
3f16f26d11
Bug 1263709 - Remove the advanced styling for radio buttons and checkboxes. ui-r=shorlander, r=kmag
...
MozReview-Commit-ID: A9CWD9SPZlP
2016-04-11 15:53:06 -04:00
Kris Maglione
6f3240ccb2
Bug 1238310: Part 5 - Implement the browser.tabs.onZoomChange event. r=gabor f=aswan
...
MozReview-Commit-ID: JlxSM13SeYg
2016-04-01 11:45:01 -07:00
Carsten "Tomcat" Book
7e879bbd62
merge mozilla-inbound to mozilla-central a=merge
2016-04-25 11:55:12 +02:00
Phil Ringnalda
efb295823a
Back out a57938cd29d2 (bug 1254003) for timeouts in browser_ext_tabs_*
2016-04-24 22:16:13 -07:00
bsilverberg
23e35b8be1
Bug 1262923 - Create schema for the history API. r=aswan
...
MozReview-Commit-ID: 1hZRJtemPMb
2016-04-07 14:56:02 -04:00
Kris Maglione
e58eb81098
Bug 1254003: Don't call tabs.create callback before the tab is ready. r=gabor
...
MozReview-Commit-ID: 3qK6GpTmIFQ
2016-04-03 19:31:47 -07:00
Kris Maglione
57af5fa029
Backed out changeset 8afadb96e977 for too many intermittent failures (bug 1254003).
...
MozReview-Commit-ID: 2wFCgIaH9lM
2016-04-24 00:39:29 -07:00
Kris Maglione
c71fbe77e2
Bug 1254003: Don't call tabs.create callback before the tab is ready. r=gabor
...
MozReview-Commit-ID: 3qK6GpTmIFQ
2016-04-03 19:31:47 -07:00
Kris Maglione
fb9a311d22
Bug 1238310: Part 4 - Refactor tab listener code. r=aswan
...
MozReview-Commit-ID: 66ZXlvepRsz
2016-02-17 11:47:56 -08:00
Kris Maglione
eacbda6ad5
Bug 1238310: Part 3 - Implement the base browser.tabs zoom API. r=aswan
...
MozReview-Commit-ID: BZEFOnCRMba
2016-04-01 15:44:29 -07:00
Matthew Wein
dec1342478
Bug 1263560 - Accept whitespace in command API key names. r=kmag
...
MozReview-Commit-ID: IGQDs1RuE7w
2016-04-14 22:39:50 -04:00
Bob Silverberg
8727da3b55
Bug 1262976 - browser.windows.onFocusChanged sometimes fires twice, even after the event listener is removed, r=kmag
...
MozReview-Commit-ID: 4wfFjPBn7zJ
2016-04-08 09:46:45 -04:00
jdinartejesus
718c0f32f9
Bug 1250685 - Fix extension context menu for images. r=kmag
2016-04-11 00:40:50 +02:00
Gijs Kruitbosch
a69d7ddad6
Bug 1253673, r=jaws
...
MozReview-Commit-ID: GKFG4s1bx5c
2016-04-13 11:58:25 +01:00
Kris Maglione
7f54275c94
Bug 1248846: [webext] Don't call callbacks after a context is destroyed. r=aswan
...
MozReview-Commit-ID: 5O2YKGONODH
2016-04-04 14:14:35 -07:00
Matthew Wein
9fe8e7746f
Bug 1257583 - Add test for bypassing the cache with tabs.reload. r=kmag
...
MozReview-Commit-ID: KuJKLWSXvSk
2016-04-07 16:02:28 -07:00
bsilverberg
fe57bcd681
Bug 1190322 - Test coverage for |extension| extension API, r=kmag
...
Add coverage for:
* The |getViews| API method with a |type| property.
* The |getViews| API method with a |windowId| property.
MozReview-Commit-ID: Evoi8au0wzW
2016-04-06 13:24:12 -04:00
Luca Greco
79880ae85c
Bug 1256282 - [webext] options_ui browsers should have access to the full WebExtension API. r=kmag
...
MozReview-Commit-ID: E1GwT0zfGie
2016-04-08 16:00:48 +02:00
Dave Townsend
6c83da2486
Bug 1257246: Update webextension APIs for eslint 2. r=kmag
...
ESLint 2 now flags anonymous generator functions that don't match the
generator-star-spacing rule so this mostly is fixing that.
MozReview-Commit-ID: 5sLaF26sd0E
2016-04-05 11:30:51 -07:00