Commit Graph

25457 Commits

Author SHA1 Message Date
Terrence Cole
cf5ee62618 Bug 1052728 - Add telemetry to record GC phases that cause jank; r=sfink 2015-06-04 13:17:35 -07:00
Ben Turner
2f949674a8 Bug 1149815 - Properly handle IDBDatabase.close() called during a versionchange transaction, r=janv. 2015-06-20 09:08:30 -07:00
Jeff Walden
f4df2d2e07 Bug 1146136 - Fix another test that parenthesizes destructuring pattern assignment targets, that snuck in in the last week, as ES6 forbids such parenthesization. r=bustage, a=bustage 2015-06-19 18:30:44 -07:00
Jeff Walden
68dc1bfbf2 Bug 1146136 - Fix another test that parenthesizes destructuring pattern assignment targets, that snuck in in the last week, as ES6 forbids such parenthesization. r=bustage, a=bustage 2015-06-19 18:00:02 -07:00
Bill McCloskey
cb82c001ba Bug 1167794 - Allow dumping shim debugging to stdout (r=gabor,a=KWierso) 2015-06-19 17:35:10 -07:00
Bill McCloskey
4c97d96b0a Bug 1171256 - Add an API similar to Chrome's webNavigation (r=Mossop) 2015-06-19 17:35:06 -07:00
Bill McCloskey
0db020fa01 Bug 1171248 - Add MatchPattern support to WebRequest module (r=Mossop) 2015-06-19 17:35:06 -07:00
Ryan VanderMeulen
2cc08b4a01 Merge inbound to m-c. a=merge
CLOSED TREE
2015-06-19 16:33:59 -04:00
Jacek Caban
d0eec9289b Bug 1157870 - Cross compilation fixup. 2015-06-19 13:33:36 +02:00
Eddy Bruël
e082f25d10 Bug 1169343 - Implement DebuggerView.Workers;r=jlong 2015-06-19 13:51:37 +02:00
Sami Jaktholm
99ca76e00f Bug 1170864 - Refactor DevToolsUtils.fetch to use NetUtil more extensively and make it fall back to OS.File if a local file cannot be read. r=past
The method was using NetUtil or IOService based on the scheme of the given
URL. Due to changes in NetUtil since the code was originally written these two
code paths are doing the same thing now. These changes unify the two cases into
a single one which
* creates a channel for the given URL and works around some problems in
  xpcshell-tests
* sets loading options on the channel and
* leaves the fetching, stream reading and charset conversion to NetUtil.

It also adds code to work around bug 982654 which causes the stream to
throw if the file is empty. If a file cannot be read by the file:// handler, it
will try to use OS.File.read which handles empty files properly. This is only
used as a fallback as OS.File doesn't provide the content type for the file
required by the method.
2015-06-18 21:17:33 +03:00
Sami Jaktholm
9c65a11e2d Bug 1170864 - Add xpcshell-tests for DevToolsUtils.fetch. r=past 2015-06-13 08:50:28 +03:00
Patrick Brosset
674d09e3a4 Bug 1175040 - Add more layout-related properties to the output of getLayout; r=bgrins
The getLayout method of the PageStyleActor returns layout-related data about an element
but some information is missing. In particular, this patch adds data about the
box-sizing, display and z-index. All of which will be very useful when adding more
information to the layoutview panel in bug 1150496.
2015-06-18 12:28:12 +02:00
Ryan VanderMeulen
a76317ae0b Backed out changeset df3415259fd5 (bug 1050691) for browser_dbg_WorkerActor.attachThread.js timeouts.
CLOSED TREE
2015-06-18 12:46:55 -04:00
Jared Wein
3b1af839c0 Bug 1172406 - Wrap the labels in the Master Password subdialog. r=Gijs 2015-06-18 12:26:53 -04:00
Gabriel Luong
28bc9367a3 Bug 1175661 - Adding a new rule should use classList instead of splitting the className r=pbrosset 2015-06-18 09:06:56 -07:00
Bernardo P. Rittmeyer
9cf44f86e7 Bug 1175273 - Remove focus from the textboxes when clicking somewhere else at the capture doorhanger. r=MattN 2015-06-17 10:50:16 -07:00
Tom Tromey
a46bd5f117 Bug 1159506 - Make GC events use TimeStamp. r=terrence 2015-06-17 15:14:00 -04:00
Florent Fayolle
718acc2153 Bug 1050691 - Click on a function on the console should go to the debugger. r=jlongster 2015-06-17 10:44:00 -04:00
Carsten "Tomcat" Book
a3c05ccc1c Merge mozilla-central to fx-team 2015-06-18 15:40:16 +02:00
Carsten "Tomcat" Book
b8a0bf4eb3 merge mozilla-inbound to mozilla-central a=merge 2015-06-18 15:13:19 +02:00
Patrick Brosset
b7628fb7b2 Bug 1175040 - Eslint cleanups in styles.js and highlighter.js actor modules; r=bgrins 2015-06-17 11:50:28 +02:00
Tom Tromey
3a7023a303 Bug 1159507 - make allocation times consistent with timeline; r=fitzgen,mccr8 2015-06-17 13:01:27 -07:00
Ryan VanderMeulen
4d4652b6fe Merge m-c to fx-team. a=merge 2015-06-17 15:05:37 -04:00
Ryan VanderMeulen
083015b20d Merge fx-team to m-c. a=merge 2015-06-17 15:01:24 -04:00
Shane Caraveo
0dedf92a3c Bug 1175306 fix metadata url for hello and share, r=markh 2015-06-17 11:59:15 -07:00
Ryan VanderMeulen
bbdead56ea Merge m-c to inbound. a=merge
CLOSED TREE
2015-06-17 12:10:37 -04:00
Benoit Girard
0e637060ab Backout b8601df335c1 (Bug 1174857) for bustage on a CLOSED TREE 2015-06-17 11:44:48 -04:00
Eddy Bruël
878b0d5068 Bug 1164564 - Implement WorkerActor.attachThread;r=jlong 2015-06-17 10:56:58 +02:00
Jan Odvarko
9de5655c4d Bug 1171408 - Move NetworkEventsHandler.getString into WebConsoleClient. r=past 2015-06-17 16:27:20 +02:00
Benoit Girard
5027a39f1e Bug 1174857 - Propagate safemode to the child process. r=billm 2015-06-16 17:16:51 -04:00
Eddy Bruël
160fa877b4 Bug 1168853 - Implement (Worker)SourceActor.source;r=jlong 2015-06-17 17:22:18 +02:00
David Anderson
4731a1f6f5 Add monitor information to the telemetry environment. (bug 1175005 part 5, r=gfritzsche) 2015-06-17 23:12:19 -07:00
Ryan VanderMeulen
295d44330e Merge m-c to inbound. a=merge 2015-06-17 15:03:31 -04:00
Phil Ringnalda
bec6f566b4 Back out c451a7f1de44 (bug 1050691) for OS X timeouts in browser_webconsole_closure_inspection.js 2015-06-16 19:37:12 -07:00
Bernardo P. Rittmeyer
3e3102a015 Bug 1174815 - Caret in capture doorhanger password field is now positioned at the click position offset. r=MattN 2015-06-16 00:22:27 -07:00
Drew Willcoxon
8b678e843b Bug 1173751 - Add unit tests for search suggestions in awesomebar. r=mak 2015-06-16 12:51:09 -07:00
Justin Dolske
4cae8ea4c6 Bug 1109475 - Firefox should use HTTPS instead of HTTP for Safe Browsing URLs. r=gcp 2015-06-16 12:28:42 -07:00
Nathan Froyd
a30ef27863 Bug 1170697 - move a DEFINES setting to moz.build in toolkit/components/telemetry/; r=mshal 2015-06-02 14:52:42 -04:00
Nick Fitzgerald
6df5f8d965 Bug 1149294 - Part 3: Split thread-safe methods on ChromeUtils out into a new
ThreadSafeChromeUtils interface and move the utils interfaces into dom/base;
r=bholley
2015-06-17 11:12:23 -07:00
Nick Fitzgerald
a958a1be5f Bug 1149294 - Part 2: expose ChromeUtils and HeapSnapshot to workers; r=bholley 2015-06-17 11:12:23 -07:00
Tom Tromey
8e0c0d3382 Bug 1159486 - Make profiler use the process creation time. r=shu, r=jsantell 2015-06-16 22:28:00 -04:00
Milan Sreckovic
3a0925dc88 Bug 1171677 - Part 1. Safe mode exposed in crash reporter. r=tmielczarek 2015-06-05 16:07:45 -04:00
David Rajchenbach-Teller
a70bd33b0e Bug 1157870 - Performance Groups should have a unique ID (high-level). r=mossop 2015-05-18 16:40:34 +02:00
Florent Fayolle
729609389b Bug 1050691 - Click on a function on the console should go to the debugger. r=jlongster 2015-06-16 04:43:00 -04:00
Dave Townsend
eb67af8fca Bug 1161183: Don't show the add-on version in the list view. r=dao 2015-06-08 10:30:35 -07:00
Carsten "Tomcat" Book
83cd9c50ea Merge mozilla-central to fx-team 2015-06-16 16:55:15 +02:00
Carsten "Tomcat" Book
9a4e1b53a6 merge mozilla-inbound to mozilla-central a=merge 2015-06-16 16:08:27 +02:00
Richard Marti
d0b45670a3 Bug 1174551 - Fix the variable name for table borders. r=dao 2015-06-14 22:41:05 +02:00
Florent Fayolle
554d435c1e Bug 1173385 - Calling $$("") should throw an exception. r=fitzgen 2015-06-15 14:22:00 -04:00