Commit Graph

23459 Commits

Author SHA1 Message Date
Kearwood (Kip) Gilbert
1ba6aaedda Bug 945584: Part 8 - Implement Scroll Snapping for Middle Mouse Button Scrolls (v2 Patch), r=roc, r=bz
- Implemented scroll snapping at the end of a middle-mouse-button scroll.
- As this scrolling occurs within chrome Javascript, chrome-only DOM methods
  had to be added: window.MozScrollSnap and element.MozScrollSnap
- Bug 1137937 tracks implementation of a replacement for these chome-only DOM methods,
  to be replaced with a web accessible API.
2015-02-19 16:03:07 -08:00
Wes Kocher
8cd7de362d Merge inbound to m-c a=merge CLOSED TREE 2015-03-05 15:17:41 -08:00
Wes Kocher
4ef44dbc63 Merge fx-team to m-c a=merge CLOSED TREE 2015-03-05 14:51:48 -08:00
Mike Shal
88bca97c1d Bug 1138535 - generate precomplete before signing for OSX; r=ted a=RyanVM
On OSX, the precomplete file is part of the signed package, so it needs
to be created before we sign. This broke because Windows is different,
where we need to sign first so that the EME voucher is generated from
the signed package, and the EME voucher is part of the precomplete file.
2015-03-05 09:28:22 -05:00
Carsten "Tomcat" Book
7758dc6e37 merge fx-team to mozilla-central a=merge 2015-03-05 15:25:53 +01:00
Carsten "Tomcat" Book
f21351046a Backed out changeset 20a6d6e9c31a (bug 1088070) for bc1 test failures on a CLOSED TREE 2015-03-05 08:54:23 +01:00
Carsten "Tomcat" Book
2d2da3ff63 Backed out changeset d053fdf3b609 (bug 1088070) 2015-03-05 08:54:03 +01:00
Robert Strong
e7a6ecf309 Bug 1139697 - Fix add-ons manager warnings during app update tests. r=spohl 2015-03-04 22:54:31 -08:00
Wes Kocher
e3f723f701 Backed out changeset 8d5f10959b2c (bug 1073462) for adding a frequent bc3 failure to open a CLOSED TREE 2015-03-04 17:48:02 -08:00
Drew Willcoxon
7495ef3256 Bug 1130850 - Fix outdated plugin notification bar text color. r=Unfocused 2015-03-04 14:38:41 -08:00
Jared Wein
bbf15d1f05 Bug 1137909 - part 1: blocked downloads should keep data. r=paolo 2015-03-05 12:25:41 -05:00
Victor Porof
812b1f8929 Bug 1132370 - Wrong State: Expected 'attached', but current state is 'detached', r=jsantell 2015-03-05 12:19:57 -05:00
Nounours Heureux
75b5246057 Bug 1130045 - Hyphenated properties are no more listed in the webconsole suggestions. r=past 2015-03-05 08:23:00 +02:00
Philip Chee
8ccee4cca9 Bug 1124503 move AppConstants.jsm to toolkit r=gavin 2015-03-06 00:18:20 +08:00
Mike Conley
9c8c8a8165 Bug 1088070 - Move saving nsIPrintSettings after a print job to browser-content.js. r=Mossop. 2015-02-27 14:17:33 -05:00
Dave Townsend
22885d24dd Bug 1073462: Send synthetic property with Content:LocationChange message. r=felipe
The browser.isSynthetic property is needed by the zoom code to detect when to
apply the correct zoom level. In e10s it is currently only set when a new
document is created which means we don't set it right for history navigation.
This sends it with the Content:LocationChange message which is where it is
needed by the zoom code anyway.
2015-03-03 16:58:53 -08:00
Ryan VanderMeulen
098514f58b Merge inbound to m-c. a=merge 2015-03-04 16:35:35 -05:00
Benjamin Smedberg
480a84bd4e Trivial, no bug: add missing semicolon to nsBlocklistService.js to avoid a strict warning. 2015-03-04 10:48:04 -05:00
Benjamin Smedberg
945986b552 Bug 1134615 - Refactor the blocklist matching code in _getPluginBlocklistState into _getPluginBlocklistEntry so that getPluginBlocklistURL and getPluginInfoURL return the correct block entry. r=Mossop 2015-02-19 13:07:59 -05:00
Zimon Dai
b9df7372ed Bug 983469 - Pause on breakpoint condition exception. r=fitzgen 2015-02-09 21:43:17 +08:00
Margaret Leibovic
9f76019689 Bug 1120004 - Update styles of Reader View controls on mobile. r=bnicholson 2015-02-27 16:52:03 -08:00
Margaret Leibovic
946398ab51 Bug 1128757 - Do not trim fragments from URLs loaded in reader view. r=bnicholson 2015-02-26 14:08:29 -08:00
Mike Hommey
86f6d61c33 Bug 1138295 - Don't define unused types and static variable when building with Gtk+3. r=karlt 2015-03-04 14:39:37 +09:00
Boris Zbarsky
0b079cb32c Bug 1137591 part 2. Throw if someone does Cu.importGlobalProperties in a Window scope. r=bholley 2015-03-03 21:01:58 -05:00
Wes Kocher
2e3d786ba1 Merge m-c to inbound a=merge CLOSED TREE 2015-03-03 17:14:59 -08:00
Wes Kocher
bc9f5d141b Merge fx-team to m-c a=merge CLOSED TREE 2015-03-03 17:11:40 -08:00
Wes Kocher
804c7069b1 Merge inbound to m-c a=merge CLOSED TREE 2015-03-03 16:46:44 -08:00
Ryan VanderMeulen
88718db0f7 Backed out 7 changesets (bug 1075670) for causing bug 1139010.
Backed out changeset 659c40243282 (bug 1075670)
Backed out changeset 45b61c78ee2d (bug 1075670)
Backed out changeset 23bb7b239c78 (bug 1075670)
Backed out changeset a68d5051107f (bug 1075670)
Backed out changeset bd7a5d213692 (bug 1075670)
Backed out changeset f705f5063169 (bug 1075670)
Backed out changeset 13619f8fa672 (bug 1075670)

CLOSED TREE
2015-03-03 18:44:56 -05:00
Makoto Kato
7d48b3cc32 Bug 1138070 - Don't use GetModuleHandleA on RtlImageNtHeader. r=dmajor
Landing on CLOSED TREE per KWierso
2015-03-04 11:09:04 +13:00
Chenxia Liu
5a70fed294 Bug 1124465 - Add telemetry probe for usage of the password capture dialog. r=MattN 2015-03-02 16:37:24 -08:00
Matthew Noorenberghe
3e7235c5ca Bug 1121040 - Don't send RETURN keypresses to content while a satchel autocomplete entry is selected. r=Gijs,smaug 2015-03-02 13:59:17 -08:00
Wes Kocher
50789ffa1a Merge m-c to fx-team a=merge CLOSED TREE 2015-03-02 13:07:53 -08:00
Wes Kocher
c4ac9859cf Merge fx-team to m-c a=merge 2015-03-02 12:41:37 -08:00
Jon Coppeard
b77a47d749 Bug 963921 - Clients of the JS API should use JS_DefineElement where appropriate r=smaug 2015-03-02 13:31:15 +00:00
Justin Dolske
7d51834e33 Bug 1135451 - fillForm() cleanup part H: rename isFormDisabled to be obvious as to purpose. r=MattN 2015-02-27 15:47:37 -08:00
Justin Dolske
61e3273a6d Bug 1135451 - fillForm() cleanup part G: move passwordmgr-processed-form notification into a finally-block. r=MattN 2015-02-27 15:47:37 -08:00
Justin Dolske
1408b95399 Bug 1135451 - fillForm() cleanup part F: use early return instead of else blocks. r=MattN 2015-02-27 15:47:37 -08:00
Justin Dolske
d422f06e46 Bug 1135451 - fillForm() cleanup part E: remove didFillForm. r=MattN 2015-02-27 15:47:37 -08:00
Justin Dolske
e99a2336b2 Bug 1135451 - fillForm() cleanup part D: Use early returns to un-nest logic and make it more obvious that selectedLogin is always set. r=MattN 2015-02-27 15:47:37 -08:00
Justin Dolske
0b4ba91367 Bug 1135451 - fillForm() cleanup part C: remove didntFillReason. r=MattN 2015-02-27 15:47:37 -08:00
Justin Dolske
55b23b6ec9 Bug 1135451 - fillForm() cleanup part B: remove _notifyFoundLogins() and passwordmgr-found-logins notifications. Add a new passwordmgr-processed-form for tests. r=MattN 2015-02-27 15:47:37 -08:00
Justin Dolske
5c1ea9cee4 Bug 1135451 - fillForm() cleanup part A: remove unused return type, kill E10S unfriendly fillForm from nsILoginManager, kill passwordmgr-found-form notification, largely a backout of bug 439365. r=MattN 2015-02-27 15:47:37 -08:00
Justin Dolske
91153f5e0f Bug 1135322 - receiveMessage() should convert logins to nsILoginInfo objects. r=MattN 2015-02-27 15:47:32 -08:00
Abhinav Koppula
474070eded Bug 951695 - Rename 'Character Encoding' to 'Text Encoding'. r=jaws 2015-02-27 18:10:30 -05:00
Robert Strong
98df9ecb9d 4. Use XPCOMUtils for Bug 1136358 - Preprocessing and file includes make it difficult to debug app update tests. r=spohl 2015-02-27 14:51:19 -08:00
Robert Strong
d54af51b3f 3. Main patch for Bug 1136358 - Preprocessing and file includes make it difficult to debug app update tests. r=spohl 2015-02-27 14:51:17 -08:00
Robert Strong
0cfeedbfc3 2. Build changes for Bug 1136358 - Preprocessing and file includes make it difficult to debug app update tests. r=spohl, r=gps 2015-02-27 14:51:16 -08:00
Robert Strong
1b998dd51d 1. File renames for Bug 1136358 - Preprocessing and file includes make it difficult to debug app update tests. r=spohl 2015-02-27 14:51:03 -08:00
Ryan VanderMeulen
a84cc5b06a Backed out changeset 2bac1ea5b5c6 (bug 1133521) for bustage. 2015-02-27 14:45:02 -05:00
Mark Capella
a3581d850c Bug 1133489 - Hook up "Open ReadingList" button in desktop ReaderMode, r=unfocused 2015-02-27 14:31:31 -05:00