Roberto A. Vitillo
3bf473920f
Bug 1135076 - Missing histograms in childPayloads. r=vladan
...
--HG--
extra : rebase_source : 997a36b9375d054406b51fae768bc01a2d75fe46
2015-03-05 06:24:00 +01:00
Benjamin Smedberg
0b8c17ae3d
Bug 1134615 - Refactor the blocklist matching code in _getPluginBlocklistState into _getPluginBlocklistEntry so that getPluginBlocklistURL and getPluginInfoURL return the correct block entry. r=Mossop
...
--HG--
extra : rebase_source : ca6e2fe51eb28e8ddd9203d22a57f68096a4b405
extra : amend_source : 62ec06e414a88562bfe1163be2ab8f02602a083e
2015-02-19 13:07:59 -05:00
Jan de Mooij
a27d5b3250
Bug 1140342 - Remove __noSuchMethod__ from url-classifier debugging functions. r=gavin
...
--HG--
extra : rebase_source : f166642526caf13e2ff41a71851338e36876ca58
2015-03-07 16:35:13 +01:00
Jan de Mooij
fd1677916d
Bug 1140334 - Remove __noSuchMethod__ from PlacesUtils.jsm. r=mak
...
--HG--
extra : rebase_source : 91f82e812b8b16ea1db3f8ce2da02d0b5188b88d
2015-03-07 16:35:07 +01:00
Zimon Dai
eefdc543db
Bug 983469 - Pause on breakpoint condition exception. r=fitzgen
2015-02-09 21:43:17 +08:00
Margaret Leibovic
22c88554a0
Bug 1120004 - Update styles of Reader View controls on mobile. r=bnicholson
...
--HG--
extra : rebase_source : b50005d5f99151a0ea9d6c2b022791198db8b846
2015-02-27 16:52:03 -08:00
Margaret Leibovic
83e3f73fce
Bug 1128757 - Do not trim fragments from URLs loaded in reader view. r=bnicholson
...
--HG--
extra : rebase_source : 95965e5fba02193d5bbb94e5427f7d939547b01a
2015-02-26 14:08:29 -08:00
Mike Hommey
6bd7f99ba7
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
b3a7aa44f6
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
a784107e7f
Merge m-c to inbound a=merge CLOSED TREE
2015-03-03 17:14:59 -08:00
Wes Kocher
6467d2d950
Merge fx-team to m-c a=merge CLOSED TREE
2015-03-03 17:11:40 -08:00
Wes Kocher
01e006a903
Merge inbound to m-c a=merge CLOSED TREE
2015-03-03 16:46:44 -08:00
Ryan VanderMeulen
6541acdb04
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
0287d0d7e2
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
b66884bc87
Bug 1124465 - Add telemetry probe for usage of the password capture dialog. r=MattN
...
--HG--
extra : rebase_source : 21936aa91fc1c0745eb591a149a98f508f24eeef
2015-03-02 16:37:24 -08:00
Matthew Noorenberghe
d278e9f918
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
b9799a40ef
Merge m-c to fx-team a=merge CLOSED TREE
2015-03-02 13:07:53 -08:00
Wes Kocher
50b5615e47
Merge fx-team to m-c a=merge
2015-03-02 12:41:37 -08:00
Jon Coppeard
a451fdfd83
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
18afdcff7a
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
07aed12389
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
2f068908bb
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
dd919a3958
Bug 1135451 - fillForm() cleanup part E: remove didFillForm. r=MattN
2015-02-27 15:47:37 -08:00
Justin Dolske
1ec42f7a25
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
a2ff938754
Bug 1135451 - fillForm() cleanup part C: remove didntFillReason. r=MattN
2015-02-27 15:47:37 -08:00
Justin Dolske
ace92e4534
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
fd16a44189
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
c3db5d6a2f
Bug 1135322 - receiveMessage() should convert logins to nsILoginInfo objects. r=MattN
2015-02-27 15:47:32 -08:00
Abhinav Koppula
75f61d9f2d
Bug 951695 - Rename 'Character Encoding' to 'Text Encoding'. r=jaws
2015-02-27 18:10:30 -05:00
Robert Strong
77226580a8
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
a9e155bc53
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
9e38fce400
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
1716056b43
1. File renames for Bug 1136358
- Preprocessing and file includes make it difficult to debug app update tests. r=spohl
...
--HG--
rename : toolkit/mozapps/update/tests/shared.js => toolkit/mozapps/update/tests/data/shared.js
rename : toolkit/mozapps/update/tests/sharedUpdateXML.js => toolkit/mozapps/update/tests/data/sharedUpdateXML.js
rename : toolkit/mozapps/update/tests/unit_aus_update/head_update.js => toolkit/mozapps/update/tests/data/xpcshellUtilsAUS.js
2015-02-27 14:51:03 -08:00
Ryan VanderMeulen
5e519ef26d
Backed out changeset 2bac1ea5b5c6 (bug 1133521) for bustage.
2015-02-27 14:45:02 -05:00
Mark Capella
4acb3731d8
Bug 1133489 - Hook up "Open ReadingList" button in desktop ReaderMode, r=unfocused
2015-02-27 14:31:31 -05:00
Stephen Pohl
664f2b4ba6
Bug 1129721: Add license URL for Adobe EME. r=dolske
2015-02-27 14:30:14 -05:00
Stephen Pohl
6a270c04fc
Bug 1130682: Add homepage URL for Adobe EME. r=dolske
2015-02-27 14:30:09 -05:00
Brian Grinstead
50abaa9ef1
Bug 1134845 - Add clearHistory jsterm helper to remove persisted console input history. r=past
2015-02-20 14:57:00 -05:00
Roberto A. Vitillo
04f38d865a
Bug 1133521 - Enable BHR on Beta. r=vladan
2015-02-27 04:08:00 -05:00
Gregory Szorc
b931cfa945
NO BUG - Fix reStructuredText warnings
...
Sphinx has been complaining about a number of reStructuredText warnings
for a while. Fix all the ones in .rst files.
Not asking for review because this is docs only and changing .rst files
can't break anything important.
DONTBUILD (NPOTB)
2015-03-01 22:51:32 -08:00
Brian Hackett
11d50f2069
Bug 1135423 - Use unboxed objects for object literals where possible, clean up object literal creation and property initialization code, r=jandem.
2015-03-01 16:31:41 -06:00
Andrew McCreight
a18fa38ed3
Backed out changeset a761ac6f8bcc for e10s bc3 opt thumbnail timeouts.
2015-02-28 11:16:58 -08:00
Bill McCloskey
8c1b883b9c
Bug 1137933 - Don't cache the docshell in WebNavigation in browser-child.js. r=felipe
...
Also don't cache the session history, because we only use it in init.
2015-02-28 08:41:07 -08:00
Margaret Leibovic
f336a1e08a
Bug 1124011 - Hide reader view buttons related to reading list if reading list is disabled, and enable reader view by default on Nightly. r=Unfocused
...
--HG--
extra : rebase_source : 2647d467ac309dc8c4a35522768c4756a288180e
2015-02-19 11:47:20 -08:00
Eddy Bruël
04dd624353
Bug 1129837 - Remove generatedLocation from BreakpointActor;r=jlongster
2015-03-03 17:09:26 +01:00
Carsten "Tomcat" Book
aabad1ed71
Backed out changeset 77dbb9002dbf (bug 1059308) for dt-leaks
2015-03-03 16:28:36 +01:00
Carsten "Tomcat" Book
11d02f6444
Backed out changeset 97707eff3199 (bug 1059308)
2015-03-03 16:28:16 +01:00
Carsten "Tomcat" Book
e8963cad6c
Backed out changeset 4696a52daeed (bug 1059308)
2015-03-03 16:28:13 +01:00
Carsten "Tomcat" Book
5993881b4e
Backed out changeset 2433abf44e53 (bug 1059308)
2015-03-03 16:28:08 +01:00
Alexandre Poirot
ff1149985c
Bug 1059308 - Make frame selection button to work in browser toolbox. r=jryans,past
2015-03-03 04:19:00 +01:00
Alexandre Poirot
3920aaca15
Bug 1059308 - Fix tests to support chrome actor. r=jryans
2015-02-26 03:56:00 +01:00
Alexandre Poirot
14ff41c52a
Bug 1059308 - Switch to the next available top level window when the current one is destroyed. r=jryans
2015-02-26 03:54:00 +01:00
Alexandre Poirot
3d553f1464
Bug 1059308 - cleanup highlighter.js. r=pbrosset
2015-02-26 03:53:00 +01:00
Margaret Leibovic
c8bbe85af8
Bug 1136716 - Consolidate reader view strings in one .properties file, and make the strings to close reader view consistent. r=bnicholson,Unfocused
...
--HG--
extra : rebase_source : e50c9c99a919a660fb064fc452c0cee62a04ee43
2015-02-27 11:29:18 -08:00
Robert Strong
124082b334
Bug 1137946 - Disable app update verbose mochitest-chrome logging. r=spohl
2015-03-02 11:09:17 -08:00
Robert Strong
120b2310e5
Bug 1137901 - Remove param from refreshUpdateStatus. r=spohl
2015-03-02 11:09:13 -08:00
Benjamin Chen
973204b91e
Bug 1124605
- Execute dragStateChanged(false) before the element is hidden. r=jaws
2015-02-17 16:13:16 +08:00
Richard Marti
a16b244512
Bug 1136670 - InContent Prefs - Implement alignment according to spec. r=jaws
...
--HG--
extra : rebase_source : 740babb15cd8f48856d0e758a0341e7d8e600067
2015-03-02 19:52:44 +01:00
David Keeler
3b4360319c
bug 1085506 - gather telemetry for TLS handshake certificate verification errors r=rbarnes
2015-02-27 11:14:29 -08:00
Anish
4063a569ed
Bug 958147 - Choose one of run-if or skip-if and get rid of the other.r=jmaher, mwargers
2015-03-03 08:46:37 -05:00
Carsten "Tomcat" Book
6f58c47a0d
Merge mozilla-central to mozilla-inbound
2015-03-03 14:10:55 +01:00
Mahdi Dibaiee
7ec72829c7
Bug 984442 - Remove XUL attributes when their attributeName is deleted. r=pbrosset
2015-02-27 02:44:00 -05:00
Ian Moody
c2f97f2eca
Bug 859048 - Add Remote Address to the network tab headers panel. r=past
2015-02-26 11:27:05 +00:00
Wes Kocher
3838ffe0b8
Merge m-c to inbound a=merge CLOSED TREE
2015-02-26 18:52:43 -08:00
Wes Kocher
d1dab12dcf
Merge fx-team to m-c a=merge
2015-02-26 18:37:18 -08:00
Wes Kocher
390b01dc2e
Backed out changeset d7d9bbfa72c5 (bug 674779) for m-bc orange on a CLOSED TREE
2015-02-26 17:55:37 -08:00
Brian Grinstead
80c4b7d601
Bug 943306 - Allow persisting console input history between sessions;r=past
2015-02-26 07:45:39 -08:00
David Keeler
d01ea02613
bug 1049740 - implement telemetry to measure compatibility impact of 2048-bit-minimum RSA keys r=briansmith
2015-02-24 15:48:05 -08:00
Ted Mielczarek
1097d4012f
bug 1135700 - make uploadsymbols use Socorro symbol upload API. r=gps
...
--HG--
extra : rebase_source : 2f177f3e2dbae3e658da9c034dfd9e4b29c03015
2015-02-23 13:48:54 -05:00
Neil Deakin
4be3ac5710
Bug 1131685, don't have the selection in the list interfere with caret movement in the search field, r=mak
2015-02-26 09:14:19 -05:00
Wes Kocher
16e9ad9dc5
Merge m-c to fx-team a=merge
2015-02-25 17:54:05 -08:00
Wes Kocher
399ca9a1f5
Merge fx-team to m-c a=merge
2015-02-25 17:39:55 -08:00
J. Ryan Stinnett
d0469791f5
Bug 1128027 - Record protocol.js request headers for debugging. r=bgrins
2015-02-25 19:23:06 -06:00
J. Ryan Stinnett
158675fba2
Bug 1128027 - Inspector destroy error was holding document alive. r=bgrins
2015-02-25 19:23:06 -06:00
J. Ryan Stinnett
51d2acaef3
Bug 1128027 - Clean up protocol.js pools after connection close. r=bgrins
2015-02-25 19:23:06 -06:00
Wes Kocher
d36cb9437e
Merge inbound to m-c a=merge
2015-02-25 17:18:06 -08:00
Tooru Fujisawa
303c78c9fc
Bug 1127084 - Remove __iterator__ from ContentPrefStore. r=mak
2015-02-26 05:53:26 +09:00
Nick Fitzgerald
c8181989da
Bug 1132764 - Part 2: Test allocations log length over RDP; r=vp
2015-02-25 11:13:31 -08:00
Nick Fitzgerald
e9539040e6
Bug 1132764 - Part 1: MemoryActor.prototype.startRecordingAllocations should be
...
able to control the allocations log length; r=vp
2015-02-25 11:13:31 -08:00
Nick Fitzgerald
915a2369c9
Bug 1132764 - Part 0: Warn when allocations log overflows. r=vp
2015-02-25 11:13:31 -08:00
Margaret Leibovic
b1c8846285
Bug 1134441 - Replace font size controls with +/- buttons. r=bnicholson
...
--HG--
extra : rebase_source : 0251d53ec2ecef1506ce985414f814f9f582c974
2015-02-24 17:15:03 -08:00
Margaret Leibovic
ca71b41209
Bug 1136231 - Unify Reader View type options to be Sans-Serif on Left, Serif on Right. r=bnicholson
...
--HG--
extra : rebase_source : 272bf154f6ccb17cac511001aa3947588f2334a8
2015-02-24 09:53:48 -08:00
Carsten "Tomcat" Book
ed325766ab
Merge mozilla-central to fx-team
2015-02-25 12:13:16 +01:00
Wes Kocher
c072157008
Merge m-c to inbound a=merge CLOSED TREE
2015-02-24 15:42:16 -08:00
Wes Kocher
62b9b79f68
Merge fx-team to m-c a=merge
2015-02-24 15:41:09 -08:00
Ryan VanderMeulen
ec8d7510c3
Backed out 7 changesets (bug 1075670) for e10s browser_586068-browser_state_interrupted.js crashes.
...
Backed out changeset 4ca74b217fe8 (bug 1075670)
Backed out changeset 83199cfc333f (bug 1075670)
Backed out changeset 065b859e6525 (bug 1075670)
Backed out changeset a3e8329610d9 (bug 1075670)
Backed out changeset ced9055e0bcc (bug 1075670)
Backed out changeset e6d6f0c11133 (bug 1075670)
Backed out changeset b823c6c95030 (bug 1075670)
CLOSED TREE
2015-02-24 11:53:34 -05:00
Brad Lassey
30d56eb7e8
bug 1071880 - Notify user of addons that are slowing their browser down significantly r=mossop
2015-02-23 11:39:05 -05:00
Robert Strong
cecbc6e4fb
Bug 897031 - NS_ERROR_XPC_GS_RETURNED_FAILURE at nsBlocklistService.js:70 followed by ReferenceError: gApp is not defined, on green Windows debug mochitest runs. r=dtownsend
2015-02-24 14:11:33 -08:00
Dave Townsend
f99f6d8c29
Bug 1087966: Fix tab detach in e10s windows. r=mconley
...
When swapping docshells we also have to swap any properties on remote-browsers
that are cached from the content process. This includes things like the
remoteWebNavigation etc. which in turn cache content information. Some of
these also maintain message listeners that we have to switch to the new browser
and message manager.
--HG--
extra : rebase_source : 5ed5dd9b754612f86f5c44fde7a0610abfe976f8
2015-02-18 16:47:43 -08:00
Tim Nguyen
8e21ed3081
Bug 1133205 - Fix SVG style edition in rules view. r=pbrosset
2015-02-23 12:40:00 -05:00
Carsten "Tomcat" Book
849d8622ce
Merge mozilla-central to fx-team
2015-02-24 13:27:50 +01:00
Carsten "Tomcat" Book
e745f195e9
merge fx-team to mozilla-central a=merge
2015-02-24 13:15:43 +01:00
Phil Ringnalda
c6b51bf084
Bug 394686 followup, add missing quote
...
CLOSED TREE
2015-02-23 21:42:14 -08:00
Boris Kudryavtsev
5a434a5a09
Bug 1135364 - Close <meta> tag in aboutReader.html. r=bnicholson
...
--HG--
extra : rebase_source : acf250cf95897931d71a543dcb43ee535814f4cd
extra : histedit_source : f08133774f5a94874c475fb78c66978feac907a4
2015-02-23 20:41:00 -08:00
shreyas
9f20f5f563
Bug 394686 - passwordmgr: Throw Components.Exceptions and Error instead of strings. r=MattN
...
--HG--
extra : rebase_source : 4863b9b23244ca088c7cab58dc429717e808f99b
extra : histedit_source : 39487da1940f1bc33185b2e04e03650a1391c11b
2015-02-23 18:45:00 -08:00
Blair McBride
6134a01322
Bug 1105967 - Typing fast in address bar and pressing enter leads to missing end characters. a=paolo
...
--HG--
extra : transplant_source : %DB%E5%1BE%FE%2B%1D9%C70%A3T%E7%EC%F8%AD7%C1%B0e
2015-02-24 16:38:25 +13:00
Benoit Girard
ca353d647a
Bug 1135809 - add apz. prefs to about:support. r=kats
...
--HG--
extra : rebase_source : baf3839711892bfc490fc410d434733fd1307128
2015-02-23 15:51:41 -05:00
Johan K. Jensen
84536e6ce5
Bug 1096294 - Display pseudo-arrays like arrays in the console; r=pbrosset
2015-02-23 17:27:05 -08:00
Jordan Santell
24ae013821
Bug 978948 - Add animation generator support for setTimeout in the canvas debugger. r=vp
2015-02-23 17:26:56 -08:00
Wes Kocher
a72a85f6e2
Merge m-c to fx-team a=merge
2015-02-23 17:03:56 -08:00