Commit Graph

23671 Commits

Author SHA1 Message Date
Wes Kocher
a70c006b29 Backed out changeset 95bec5828ef3 (bug 1136146) for devtools test failures CLOSED TREE 2015-03-11 15:17:46 -07:00
Abhishek Bhattacharya
4279389f14 Bug 1120111 - Adds key listeners to highlighter pick mode to traverse DOM and submit/cancel selection; r=pbrosset 2015-03-10 07:02:00 +01:00
Tom Tromey
77446e382b Bug 1140569 - Show async stacks attached to timeline markers. r=vporof 2015-03-11 07:44:00 -04:00
Christoph Kerschbaumer
0ee901fa66 Bug 1138650 - Update remaining callsites to use newChannel2 in toolkit/devtools (r=jryans) 2015-03-09 20:05:49 -07:00
Richard Marti
ee67ba76b4 Bug 1141649 - In-content pages: Add the -moz-margin-start: 0 also to the radio on OS X. r=jaws 2015-03-10 17:43:07 +01:00
Eddy Bruël
0f9592a7f1 Bug 1131646 - Clean up the breakpoint code;r=jlongster 2015-03-11 15:15:40 +01:00
Eddy Bruël
0e94ef9e6f Bug 1136146 - Merge version 0.4.0 of the source-map library with fx-team;r=fitzgen 2015-03-11 15:12:26 +01:00
Ahmed Khalil
49d222b23c Bug 927388 - Produce and upload GeckoView AAR during packaging. r=nalexander 2015-03-06 10:17:00 -08:00
Carsten "Tomcat" Book
0d4550d4b5 Backed out changeset b6c511f17246 (bug 1136146) for browser_dbg_source-maps-01.js test failures 2015-03-10 16:35:47 +01:00
Shane Caraveo
7250ddd6e7 Bug 1120288 remove unnecessary notifyAddonChanged call 2015-03-10 08:35:36 -07:00
Mike Hommey
96c39026ab Bug 1141439 - Exit with an error code instead of falling through the REMOTE_NOT_FOUND code path when the X-remote returns an explicit command line handler error. r=bsmedberg 2015-03-13 07:44:30 +09:00
Carsten "Tomcat" Book
54ef183af6 Merge mozilla-central to mozilla-inbound 2015-03-10 14:01:43 +01:00
Carsten "Tomcat" Book
290971537e merge mozilla-inbound to mozilla-central a=merge 2015-03-10 13:54:35 +01:00
Wes Kocher
26cee650c6 Backed out changeset dcf73ba1d6bc (bug 1124895) for apparently breaking all android tests on a CLOSED TREE 2015-03-09 19:14:54 -07:00
Wes Kocher
8483c01af1 Merge m-c to fx-team a=merge CLOSED TREE 2015-03-09 19:13:37 -07:00
Wes Kocher
482a0ab48f Merge inbound to m-c a=merge CLOSED TREE 2015-03-09 18:27:28 -07:00
Allison Naaktgeboren
cb85b1bd6d Bug 1124895 -1/2 Add password manager data to FHR.r=gps 2015-03-09 18:06:10 -07:00
Monica Chew
5fe07a9c31 Bug 1141363: Check to see we can get UrlClassifierDBService before using it (r=sworkman) 2015-03-09 17:44:31 -07:00
Dan Mosedale
d413f316fb Bug 1123660 - Add telemetry probes for measuring failed, short, medium, and long calls. Largely paired w/jaws, r=jaws,dmose,Standard8, a=bsmedberg for opt-out metric 2015-03-09 16:59:35 -07:00
Ryan VanderMeulen
6a29d99f87 Backed out changeset a1d51e3fea63 (bug 935838) for B2G test_udpsocket.html timeouts.
CLOSED TREE
2015-03-09 16:35:06 -04:00
Gijs Kruitbosch
e8f92e6544 Bug 1129219 - fix learnMoreURL to be a getter so we don't access appInfo really early, rs=bustage-and-Mossop's-advice on a CLOSED TREE 2015-03-09 19:43:08 +00:00
Brad Lassey
9fafb24f06 bug 1137792 - Ignore the first timing for an add-on r=mossop 2015-03-09 12:33:00 +00:00
Wes Kocher
9c6018b308 Merge m-c to inbound a=merge CLOSED TREE 2015-03-09 19:06:17 -07:00
Margaret Leibovic
5773f1ef54 Bug 1140172 - Use a single reader worker instead of spawning infinite workers. r=bnicholson f=Yoric 2015-03-05 17:31:05 -08:00
Shane Caraveo
2188ec9990 Bug 1137900 restrict web activations to https, r=jaws 2015-03-09 11:24:12 -07:00
Gijs Kruitbosch
3327d952ea Bug 1129219 - add learn more link for EME provider, r=MattN 2015-03-09 17:26:15 +00:00
Patrick Brosset
75e2f76796 Bug 1123851 - 1 - Element geometry highlighter; r=bgrins 2015-03-09 17:33:24 +01:00
Vladan Djeric
5fc7000fae Bug 1139752 - Fix null reference in about:telemetry. r=Yoric 2015-03-06 14:10:10 -05:00
Mike Taylor
5214e6a248 Bug 1136877 - Collect telemetry on SPS.max_num_ref_frames. r=jya 2015-03-06 08:18:00 -05:00
Mike Taylor
c29d13549f Bug 1136877 - Collect telemetry on constraint_set flags from decoded SPS. r=jya 2015-03-06 08:17:00 -05:00
Masatoshi Kimura
93d4207bae Bug 1106470 - Drop SSLv3 support from devtools. r=vporof 2015-03-10 01:23:00 +09:00
Masatoshi Kimura
328ca1d0ed Bug 1106470 - Drop SSLv3 support entirely from PSM. r=keeler 2015-03-10 01:22:59 +09:00
Jed Davis
c10b4af965 Bug 1137007 - Detect namespace and SECCOMP_FILTER_FLAG_TSYNC support in SandboxInfo. r=kang, r=Unfocused
Currently, only user namespace support is detected.  This is targeted at
desktop, where (1) user namespace creation is effectively a prerequisite
for unsharing any other namespace, and (2) any kernel with user
namespace support almost certainly has all the others.

Bonus fix: remove extra copy of sandbox flag key names in about:support;
if JS property iteration order ever ceases to follow creation order, the
table rows could be permuted, but this doesn't really matter.
2015-03-06 13:59:00 -05:00
Mike Taylor
372705fe63 Bug 1136877 - Collect telemetry on constraint_set flags from canPlayType. r=jya 2015-03-03 08:54:00 -05:00
Patrick Brosset
b7d1404771 Bug 1107656 - Generate unique prefixes for e10s parent-child server connections; r=ochameau 2015-03-03 09:44:25 +01:00
Carsten "Tomcat" Book
48aa97cafe Merge mozilla-central to fx-team 2015-03-09 13:50:49 +01:00
Alessio Placitelli
4eb60810e2 Bug 1139548 - Fix Telemetry shutdown for short sessions. r=vladan 2015-03-05 11:03:00 +01:00
Stephen Pohl
d6b989fd77 Bug 1137961 - Check for new GMPs as soon as possible after an update to Firefox. r=gavin 2015-03-06 10:14:00 +01:00
Phil Ringnalda
7b93f80e01 Merge m-c to m-i 2015-03-07 19:39:49 -08:00
Phil Ringnalda
612cc1c896 Merge f-t to m-c, a=merge 2015-03-07 19:38:53 -08:00
Felipe Gomes
0155d3f4c4 Bug 1115956 - Improve notice string for when e10s was disabled for accessibility. r=mconley 2015-03-06 15:47:35 -03:00
Dave Townsend
32cc50389c 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
fe04c04f8b Merge inbound to m-c. a=merge
CLOSED TREE
2015-03-06 16:18:04 -05:00
Ryan VanderMeulen
292d0fd990 Bug 632290 - Disable browser_about.js on Linux and Windows. 2015-03-06 09:07:21 -05:00
Monica Chew
58f3012036 Bug 1134954: Disable Safe Browsing in safe mode (r=francois,sworkman) 2015-03-05 11:55:03 -08:00
Martin Stransky
d1e3498803 Bug 635134 - Adds X11 run-time check for Gtk3 backend. r=karlt 2015-03-05 03:56:00 +01:00
Jesse Ruderman
19a6d230a6 Bug 1140183 - Don't enter safe mode on opt/shift if environment variable MOZ_DISABLE_SAFE_MODE_KEY is set. r=ehsan 2015-03-06 04:27:32 -08:00
Carsten "Tomcat" Book
43f700ab81 merge mozilla-inbound to mozilla-central a=merge 2015-03-06 13:06:54 +01:00
Bill McCloskey
a4f4374394 Bug 1084637 - Enable thumbnail test in e10s (r=jimm) 2015-03-05 22:03:22 -08:00
Robert Strong
9ff8caeb0c Bug 1140147 - Non harmful JavaScript error: resource://gre/modules/FileUtils.jsm, line 63: NS_ERROR_FAILURE in urlConstruction.js and downloadAndHashCheckMar.js xpcshell tests. r=spohl 2015-03-05 20:59:51 -08:00
Robert Strong
385e34a572 Bug 1140144 - Non harmful JavaScript Error: syntax error in xpcshell test remoteUpdateXML.js. r=spohl 2015-03-05 20:59:40 -08:00
Robert Strong
8c64803f34 Bug 1139780 - Only app update xpcshell tests that need debugging should have debug output. r=spohl 2015-03-05 15:55:48 -08:00
Robert Strong
7c3ada950d Bug 1139765 - Non harmful app update xpcshell test error in the mock xmlhttprequest: undefined property 'QueryInterface'. r=spohl 2015-03-05 15:55:43 -08:00
Wes Kocher
2a66f535db Merge inbound to m-c a=merge CLOSED TREE 2015-03-05 15:17:41 -08:00
Wes Kocher
3818a51cfa Merge fx-team to m-c a=merge CLOSED TREE 2015-03-05 14:51:48 -08:00
Mike Conley
d8cac7d1d2 Bug 1088070 - Move saving nsIPrintSettings after a print job to browser-content.js. r=Mossop. 2015-03-05 13:16:35 -05:00
Mike Conley
92b8f73890 Bug 1088070 - Instantiate print settings from the content process instead of the parent. r=Mossop. 2015-03-05 13:16:48 -05:00
Mike Shal
0b581bdb37 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
497bda9e45 merge fx-team to mozilla-central a=merge 2015-03-05 15:25:53 +01:00
Carsten "Tomcat" Book
a05e43a9d3 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
872e72c5b1 Backed out changeset d053fdf3b609 (bug 1088070) 2015-03-05 08:54:03 +01:00
Robert Strong
c6d5e3d98e Bug 1139697 - Fix add-ons manager warnings during app update tests. r=spohl 2015-03-04 22:54:31 -08:00
Wes Kocher
69218dd87b 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
4e453a3311 Bug 1130850 - Fix outdated plugin notification bar text color. r=Unfocused 2015-03-04 14:38:41 -08:00
Jared Wein
61e6747bda Bug 1137909 - part 1: blocked downloads should keep data. r=paolo 2015-03-05 12:25:41 -05:00
Victor Porof
376b2d5d77 Bug 1132370 - Wrong State: Expected 'attached', but current state is 'detached', r=jsantell 2015-03-05 12:19:57 -05:00
Nounours Heureux
d31b14620c Bug 1130045 - Hyphenated properties are no more listed in the webconsole suggestions. r=past 2015-03-05 08:23:00 +02:00
Philip Chee
75bea7d0db Bug 1124503 move AppConstants.jsm to toolkit r=gavin 2015-03-06 00:18:20 +08:00
Mike Conley
b4ca14a40a 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
6775df8e21 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
87451d9d5b Merge inbound to m-c. a=merge 2015-03-04 16:35:35 -05:00
Benjamin Smedberg
615de081da Trivial, no bug: add missing semicolon to nsBlocklistService.js to avoid a strict warning. 2015-03-04 10:48:04 -05:00
Aaron Klotz
80a1cfae44 Bug 1128768: Part 4 - Update telemetry to serialize BHR hang annotations; r=gfritzsche 2015-03-09 16:34:42 -06:00
Carsten "Tomcat" Book
4bc6e41fcd Backed out changeset 34ca2a2e09ea (bug 1133521) for BHR crashes 2015-03-06 16:34:59 +01:00
Paolo Amadini
adf5aa804c Bug 1124891 - Telemetry: Record the number of saved credentials for HTTP Auth sites in a profile. r=MattN 2015-03-06 15:17:59 +00:00
Alessio Placitelli
fdef73a14e Bug 1137139 - Save main ping with "shutdown" reason when Telemetry shuts down. r=vladan 2015-02-26 05:14:00 -05:00
Roberto A. Vitillo
d73bdb63d1 Bug 1133521 - Enable BHR on Beta. r=vladan 2015-03-03 06:24:00 -05:00
Alessio Placitelli
68421d995b Bug 1120992 - Add totalTime (uptime in seconds) to the Telemetry session payload. r=vladan 2015-03-04 02:10:00 -05:00
Patrick Brosset
b33e573397 Bug 1138780 - Silence the CanvasFrameAnonymousContentHelper destroy error. r=miker 2015-03-03 09:38:42 +01:00
Paolo Amadini
ec9c7b6f02 Bug 1139942 - Define bug components for Downloads code. r=gps 2015-03-06 14:16:19 +00:00
Alexandre Poirot
b68005902a Bug 1059308 - Make frame selection button to work in browser toolbox. r=jryans,past 2015-03-04 05:47:00 +01:00
Alexandre Poirot
c1e50a4ce5 Bug 1059308 - Fix tests to support chrome actor. r=jryans 2015-02-26 03:56:00 +01:00
Alexandre Poirot
9dde74686f 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
ca91c5be83 Bug 1059308 - cleanup highlighter.js r=pbrosset 2015-02-26 03:53:00 +01:00
Carsten "Tomcat" Book
5101c20c86 Merge mozilla-central to fx-team 2015-03-06 13:35:12 +01:00
Blair McBride
e8605fc1ec Bug 1131911 - Extract page metadata extraction from Social.jsm to its own JSM. r=mixedpuppy 2015-03-06 11:43:05 +13:00
Roberto A. Vitillo
c310313d8e Bug 1135076 - Missing histograms in childPayloads. r=vladan 2015-03-05 06:24:00 +01:00
Benjamin Smedberg
8ab0d3a58e 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
Aaron Klotz
f357a87f9a Bug 1128768: Part 2 - Refactor hang annotation code; r=vladan 2015-03-09 19:41:24 -06:00
Mike Hommey
86269caaec Bug 486172 - Don't ignore a -p command line argument when using the Xremote protocol. r=bsmedberg
On X11, when running firefox -p foo http://mozilla.org, and a window for another
profile is already open, the -p argument is ignored and a new tab or window is
opened in the unrelated session.

Previously, the equivalent firefox -p foo -remote openurl(http://mozilla.org)
would see that there is no window for the profile foo, complain about it, and
abort. If a window for the profile foo was open, however, a new tab or windows
would open in that session.

Here, we modify the behaviour such that firefox -p foo http://mozilla.org never
ignores the -p argument, and does the sensible thing depending on the context:
- if a window is already open for the profile, use that session.
- otherwise, open a new window for that profile.

When no -p argument is given, the behaviour is unchanged.

As RemoteCommandLine, which first attempts to open a connection with an existing
firefox, falls through when there is no existing firefox, the -p argument must be
kept in the command line. It turns out CheckArg didn't handle the case properly,
so fix this as well.

The changes in RemoteCommandLine otherwise match what used to be in
HandleRemoteArgument before bug 1080319.
2015-03-10 10:01:54 +09:00
Mike Hommey
d84d9950a3 Bug 868814 - Fold mozalloc library into mozglue. r=njn 2015-03-10 10:01:52 +09:00
Jan de Mooij
bc93544ac8 Bug 1140342 - Remove __noSuchMethod__ from url-classifier debugging functions. r=gavin 2015-03-07 16:35:13 +01:00
Jan de Mooij
532984f1f6 Bug 1140334 - Remove __noSuchMethod__ from PlacesUtils.jsm. r=mak 2015-03-07 16:35:07 +01:00
Neil Deakin
4ccf3f90c3 MBUg 1002232, mve tooltip test into a window to prevent the browser tooltip from interfering with it, r=neil 2015-03-09 10:11:51 -04:00
Dragana Damjanovic
82e64af87e Bug 935838 - Add per app network traffic statistics to the UDP socket. r=sicking, r=mayhemer 2015-03-06 06:38:00 -05:00
Tooru Fujisawa
cd450c34f5 Bug 1131107 - Part 13: Do not use non-standard flag argument of String.prototype.replace in toolkit/. r=gavin 2015-03-09 23:02:57 +09:00
Zimon Dai
ce61dc0693 Bug 983469 - Pause on breakpoint condition exception. r=fitzgen 2015-02-09 21:43:17 +08:00
Margaret Leibovic
a9285b2bc0 Bug 1120004 - Update styles of Reader View controls on mobile. r=bnicholson 2015-02-27 16:52:03 -08:00
Margaret Leibovic
b7a15d5c2c Bug 1128757 - Do not trim fragments from URLs loaded in reader view. r=bnicholson 2015-02-26 14:08:29 -08:00
Mike Hommey
ad2ea37898 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
68b0ff1533 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
ebdaffdf6e Merge m-c to inbound a=merge CLOSED TREE 2015-03-03 17:14:59 -08:00
Wes Kocher
48d0f9e0c0 Merge fx-team to m-c a=merge CLOSED TREE 2015-03-03 17:11:40 -08:00
Wes Kocher
b041b6f355 Merge inbound to m-c a=merge CLOSED TREE 2015-03-03 16:46:44 -08:00
Ryan VanderMeulen
1131c2a621 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
30631639db 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
b0ef9e1e48 Bug 1124465 - Add telemetry probe for usage of the password capture dialog. r=MattN 2015-03-02 16:37:24 -08:00
Matthew Noorenberghe
04ff013d88 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
9285676936 Merge m-c to fx-team a=merge CLOSED TREE 2015-03-02 13:07:53 -08:00
Wes Kocher
c514e3b07c Merge fx-team to m-c a=merge 2015-03-02 12:41:37 -08:00
Jon Coppeard
c9c10c5d39 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
985aaeda53 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
bb80119ce0 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
8bd5948e35 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
2fbcaf9cd5 Bug 1135451 - fillForm() cleanup part E: remove didFillForm. r=MattN 2015-02-27 15:47:37 -08:00
Justin Dolske
41459f1c9f 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
def80383bd Bug 1135451 - fillForm() cleanup part C: remove didntFillReason. r=MattN 2015-02-27 15:47:37 -08:00
Justin Dolske
dc10016c3e 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
76313bd0ad 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
7271c124f5 Bug 1135322 - receiveMessage() should convert logins to nsILoginInfo objects. r=MattN 2015-02-27 15:47:32 -08:00
Abhinav Koppula
ab7e9c49fa Bug 951695 - Rename 'Character Encoding' to 'Text Encoding'. r=jaws 2015-02-27 18:10:30 -05:00
Robert Strong
a243b79af8 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
c1236c52e5 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
11df811820 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
5989cb3537 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
fcaf5f2f27 Backed out changeset 2bac1ea5b5c6 (bug 1133521) for bustage. 2015-02-27 14:45:02 -05:00
Mark Capella
d20e97b903 Bug 1133489 - Hook up "Open ReadingList" button in desktop ReaderMode, r=unfocused 2015-02-27 14:31:31 -05:00
Stephen Pohl
cb7f6ff6a4 Bug 1129721: Add license URL for Adobe EME. r=dolske 2015-02-27 14:30:14 -05:00
Stephen Pohl
2dcf3a40e5 Bug 1130682: Add homepage URL for Adobe EME. r=dolske 2015-02-27 14:30:09 -05:00
Brian Grinstead
2256631a39 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
3d23c7c038 Bug 1133521 - Enable BHR on Beta. r=vladan 2015-02-27 04:08:00 -05:00
Gregory Szorc
714d70c1e7 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
7aaa141e07 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
5a852f47ee Backed out changeset a761ac6f8bcc for e10s bc3 opt thumbnail timeouts. 2015-02-28 11:16:58 -08:00
Bill McCloskey
5db41cd7f3 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
34eb71bcb7 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 2015-02-19 11:47:20 -08:00
Eddy Bruël
3c88db806e Bug 1129837 - Remove generatedLocation from BreakpointActor;r=jlongster 2015-03-03 17:09:26 +01:00
Carsten "Tomcat" Book
6c25d56a65 Backed out changeset 77dbb9002dbf (bug 1059308) for dt-leaks 2015-03-03 16:28:36 +01:00
Carsten "Tomcat" Book
56940681e2 Backed out changeset 97707eff3199 (bug 1059308) 2015-03-03 16:28:16 +01:00
Carsten "Tomcat" Book
9bb61cc014 Backed out changeset 4696a52daeed (bug 1059308) 2015-03-03 16:28:13 +01:00
Carsten "Tomcat" Book
b23d05584a Backed out changeset 2433abf44e53 (bug 1059308) 2015-03-03 16:28:08 +01:00
Alexandre Poirot
da8dcc2524 Bug 1059308 - Make frame selection button to work in browser toolbox. r=jryans,past 2015-03-03 04:19:00 +01:00
Alexandre Poirot
62e01ad84b Bug 1059308 - Fix tests to support chrome actor. r=jryans 2015-02-26 03:56:00 +01:00
Alexandre Poirot
3a67889a94 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
612c7d631f Bug 1059308 - cleanup highlighter.js. r=pbrosset 2015-02-26 03:53:00 +01:00
Margaret Leibovic
9ba9a76333 Bug 1136716 - Consolidate reader view strings in one .properties file, and make the strings to close reader view consistent. r=bnicholson,Unfocused 2015-02-27 11:29:18 -08:00
Robert Strong
47e116420d Bug 1137946 - Disable app update verbose mochitest-chrome logging. r=spohl 2015-03-02 11:09:17 -08:00
Robert Strong
2b54c24aa7 Bug 1137901 - Remove param from refreshUpdateStatus. r=spohl 2015-03-02 11:09:13 -08:00
Benjamin Chen
ae8c7d3f8f Bug 1124605 - Execute dragStateChanged(false) before the element is hidden. r=jaws 2015-02-17 16:13:16 +08:00
Richard Marti
17d229428d Bug 1136670 - InContent Prefs - Implement alignment according to spec. r=jaws 2015-03-02 19:52:44 +01:00