Commit Graph

427336 Commits

Author SHA1 Message Date
Jordan Santell
99e8c9180d Bug 1150295 pt2: fix rebase error on renaming optimization hint. a=kwierso 2015-06-19 17:47:13 -07:00
Victor Porof
1ea216a994 Bug 1174264 - Stacked Mountain Chart Widget, r=jsantell, a=Mossop 2015-06-19 19:26:27 -04:00
Victor Porof
d9ec99ad77 Bug 1175686 - Pull line and bar graph widgets outside of Graphs.js into their own files, r=jsantell, a=Mossop 2015-06-19 11:00:25 -04:00
J. Ryan Stinnett
f1c8f30462 Bug 1176137 - Expose protocol.js type registrations. r=vporof 2015-06-19 19:16:47 -04:00
Victor Porof
948448d82a Merge fx-team with local clone 2015-06-19 19:25:07 -04:00
Victor Porof
6371dd1f82 Bug 1161817 - Add more logging for browser_timeline-waterfall-sidebar.js and similar tests, r=me 2015-06-19 08:54:33 -04:00
Ahmed Khalil
c503c4e252 Bug 1172077 - Merge tabs.db into browser.db. r=nalexander a=KWierso
This moves the tabs and clients table into the main per-profile
browser.db database.  It's a code savings but it also makes it easier
to query against open tabs when inspecting parts of the browser
database, like history and bookmarks.

--HG--
extra : commitid : GFnp5ADiaKQ
extra : rebase_source : 944afa7a2af67cb177c72fdad2d0340f470e5d23
extra : amend_source : 2a1748ed22db0d9dc984f20ef9f53385c2ce9fdb
2015-06-18 15:05:42 -07:00
Victor Porof
8fb7c7ff30 Bug 1172120 - Add more logging for browser_perf-marker-details-01.js and similar tests, r=me 2015-06-18 15:29:51 -04:00
Jordan Santell
27921a0d16 Bug 1150295 - Display an icon next to frames in the call tree that contain viewable optimization data. r=vp,a=kwierso 2015-06-17 14:31:15 -07:00
Martyn Haigh
57bb66ba9d Bug 1157978 - Remove duplicate what is private browsing messages (r=margaret)
--HG--
extra : rebase_source : 76db614388074f247685acc5f27700b7f981797a
2015-06-17 15:30:59 +01:00
Eddy Bruël
eb27501324 Bug 1169343 - Implement DebuggerView.Workers;r=jlong 2015-06-19 13:51:37 +02:00
Mike Taylor
39dfbc106a Bug 1175305 - Enable dynamic UA updates for Fennec. r=margaret 2015-06-18 15:00:00 +02:00
Sami Jaktholm
89de85fde8 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
Chenxia Liu
4cf955fbee Bug 1173887 - Only display one title + favicon for the first doorhanger in a popup. r=ally, a=Kwierso
--HG--
extra : commitid : GFYZDG4PxZ0
extra : rebase_source : 1ae9639284ab100e1e8348e144a99bcec80646dd
2015-06-16 14:03:09 -07:00
Chenxia Liu
ce2be88436 Bug 1150613 - Doorhanger should not reappear after being dismissed. r=margaret, a=Kwierso
--HG--
extra : commitid : 2E976j0ZsZ3
extra : rebase_source : 3012005fa03fb4bfcbd1229c7be3aac8e9562df7
2015-06-18 10:53:09 -07:00
Dave Townsend
11c05929fd Bug 1161183: Follow-up fix that was missed in the review comments. r=dao, a=kwierso
--HG--
extra : commitid : ImYKytg8Tg6
extra : rebase_source : 2d5c6bcdd4fab37c38ee055a0adcc500e6d8c7a9
2015-06-19 12:08:46 -07:00
Jordan Santell
40fc3c9af7 Bug 1175650 - skeleton view for JIT Optimizations in the performance tool. r=vp,a=kwierso 2015-06-18 12:59:46 -07:00
Jordan Santell
de10fc5ce6 Bug 1175650 - skeleton view for JIT Optimizations in the performance tool. r=vp
--HG--
rename : browser/devtools/performance/views/jit-optimizations.js => browser/devtools/performance/views/optimizations-list.js
2015-06-18 12:59:46 -07:00
Jonathan Almeida
11fd2b4a90 Bug 1161820 - Replace all back button presses with Solo.goBack in tests. r=liuche CLOSED TREE
--HG--
extra : amend_source : d3bdbfb4a990b187c633988f96f5bb3cc759403e
2015-06-17 17:24:48 -07:00
Sami Jaktholm
6f3f2252cf Bug 1176206 - Fix 'ReferenceError: dumpn is not defined' in object.js. r=fitzgen 2015-06-19 15:05:50 +03:00
Jordan Santell
871646d7b0 Bug 1162385 - Intermittent fix: be less strict about profiler buffer status in recording model test. r=me 2015-06-19 14:37:07 -07:00
Ryan VanderMeulen
bbdd38fdde Merge inbound to m-c. a=merge
CLOSED TREE
2015-06-19 16:33:59 -04:00
Ryan VanderMeulen
38908bda34 Merge fx-team to m-c. a=merge 2015-06-19 16:33:00 -04:00
Ryan VanderMeulen
9f4176e010 Merge b2g-inbound to m-c. a=merge 2015-06-19 16:31:54 -04:00
Franziskus Kiefer
196c201118 Bug 1145199 - Disable browser_referrer_open_link_in_private.js and browser_referrer_open_link_in_window.js on Linux for frequent intermittent failures.
CLOSED TREE
2015-06-19 08:36:01 -07:00
Andrew Comminos
83e6f5b10d Bug 1169666 - Revert reftest sanity flag ordering, fixes failures on OS X.
CLOSED TREE

--HG--
extra : rebase_source : 22e40a2337c6ea988b8d5ff7183e82362ddc4334
2015-06-19 10:41:00 -04:00
Ryan VanderMeulen
10bc1c8967 Bug 1175257 - Remove the fails-if(B2G) annotation on capturestream.html.
--HG--
extra : rebase_source : 3bb9479a67b2635796148be42e279755995bb321
2015-06-19 14:03:42 -04:00
Ryan VanderMeulen
42deb0e71d Bug 1176097 - Update NSS to NSS_3_19_2_RTM.
--HG--
extra : rebase_source : c668a4f77efd06e5914b69d06f5a2eab4233f9f3
2015-06-19 14:01:18 -04:00
Daniel Holbert
e23e519586 Bug 1176266: In TimeStamp_posix.cpp, check for XP_LINUX instead of LINUX, and add missing #include, to allow strrchr usage. r=BenWa
Landing on a CLOSED TREE with RyanVM's permission.
2015-06-19 10:39:20 -07:00
Daniel Holbert
05f6b3701b Bug 1173255 followup: Annotate RecvGetOriginKeyResponse as 'override' in MediaChild.h to fix -Winconsistent-missing-override. rs=ehsan 2015-06-19 10:37:39 -07:00
Ryan VanderMeulen
e678ec4af6 Bug 1165158 - Disable test_pointerlock-api.html on Mulet.
CLOSED TREE
2015-06-19 12:26:06 -04:00
B2G Bumper Bot
4fa98b3069 Bumping manifests a=b2g-bump 2015-06-19 07:00:30 -07:00
B2G Bumper Bot
c742318da8 Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b83fdbafb4cb
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30598 from mwargers/1174268

Bug 1174268 - test_setup_basic_gmail.py: NoSuchElementException

========

https://hg.mozilla.org/integration/gaia-central/rev/5a3fb76f21c8
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1174268 - test_setup_basic_gmail.py: NoSuchElementException

========

https://hg.mozilla.org/integration/gaia-central/rev/d66194ed2fa3
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #30613 from JohanLorenzo/bug-1175108

Bug 1175108 - Migrate test_sms_semicolon_completes_the_entered_recipi…

========

https://hg.mozilla.org/integration/gaia-central/rev/a080a7ced034
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1175108 - Migrate test_sms_semicolon_completes_the_entered_recipient.py to Gij

========

https://hg.mozilla.org/integration/gaia-central/rev/e402e874c408
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1165171 - Ensure urls are truncated ltr. r=cwiiis
2015-06-19 06:56:38 -07:00
Andrea Marchesini
d373161bc9 Bug 1168411 - Disable test_sharedWorker_performance_user_timing.html on B2G debug for intermittent failures. r=RyanVM
CLOSED TREE
2015-06-19 07:58:00 -04:00
Andrea Marchesini
fc1b46e170 Bug 1134224 - Disable test_bug1132395.html due to frequent intermittent failures. r=RyanVM 2015-06-19 06:36:00 -04:00
Andrew Comminos
b5ad1a9975 Bug 1169666 - Mark reftests failing due to scrollbar transparency random on GTK3. r=karlt 2015-06-19 07:51:00 -04:00
Ryan VanderMeulen
1135142546 Backed out 13 changesets (bug 1165486) for ASAN jsreftest crashes.
Backed out changeset 24966b67d232 (bug 1165486)
Backed out changeset 4a65eeea4d9a (bug 1165486)
Backed out changeset c5301aa7a2ae (bug 1165486)
Backed out changeset fea908d8a836 (bug 1165486)
Backed out changeset ca9561cbcd29 (bug 1165486)
Backed out changeset 91a3217d4cd0 (bug 1165486)
Backed out changeset e74163801eef (bug 1165486)
Backed out changeset ec5df87d2ee5 (bug 1165486)
Backed out changeset 17d21020a786 (bug 1165486)
Backed out changeset 6318eba2d3fe (bug 1165486)
Backed out changeset a103caa36183 (bug 1165486)
Backed out changeset 18c025c16bed (bug 1165486)
Backed out changeset b32fcdc115b6 (bug 1165486)

CLOSED TREE

--HG--
extra : amend_source : 356c5bf7944d6ebb36dfb6642bc280ee8ef5ba90
2015-06-19 10:56:48 -04:00
Ryan VanderMeulen
bd6c8de819 Backed out changesets b41a69e1b81c and 04f4fec38c9d (bug 1171177) for ASAN jsreftest crashes. 2015-06-19 10:56:01 -04:00
Ryan VanderMeulen
b9d6aebbc2 Backed out changesets 0aa70076583f and 13a9a4428a68 (bug 1173764) for bustage. 2015-06-19 10:52:30 -04:00
Wes Kocher
bbb0424b3f Merge b2ginbound to central, a=merge 2015-06-18 17:28:53 -07:00
Ryan VanderMeulen
622e513dbf Merge m-c to b2g-inbound. a=merge 2015-06-18 16:06:54 -04:00
Ryan VanderMeulen
7b7e4f1c9b Merge inbound to m-c. a=merge
CLOSED TREE
2015-06-18 16:03:38 -04:00
Ryan VanderMeulen
fab064f7ef Merge b2g-inbound to m-c. a=merge 2015-06-18 15:57:20 -04:00
Ryan VanderMeulen
1eb75d51c5 Merge fx-team to m-c. a=merge 2015-06-18 15:48:51 -04:00
B2G Bumper Bot
92cc5512bd Bumping manifests a=b2g-bump 2015-06-18 12:17:18 -07:00
B2G Bumper Bot
a0af339a7e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f724b7b0f156
Author: Eli Perelman <eli@eliperelman.com>
Desc: Merge pull request #30659 from eliperelman/bug-1175688-2

Bug 1175688 - Use environment-provided adb reference workloads on rem…

========

https://hg.mozilla.org/integration/gaia-central/rev/3d4038ab13c8
Author: Eli Perelman <eli@eliperelman.com>
Desc: Bug 1175688 - Use environment-provided adb reference workloads on remote hosts
2015-06-18 12:15:19 -07:00
Daniel Holbert
b89e046ffc Bug 1170794 followup: Add 'override' annotations to Convert() & Reset() methods in intl/uconv. rs=ehsan
Landing on CLOSED TREE with a=RyanVM

The fixed warnings are "-Winconsistent-missing-override", and they started being spammed here because the main patch on this bug added another method to these classes, which was (correctly) labeled as 'override'. This meant these preexisting un-annotated methods "inconsistently missing" the annotation. So, adding the annotation to fix the inconsistency & make clang happy.
2015-06-18 12:09:23 -07:00
Daniel Holbert
1e009d6b0f Bug 1175005 followup: Add 'override' annotation to new GetMonitors() method in GfxInfoBase.h. rs=ehsan 2015-06-18 12:09:08 -07:00
B2G Bumper Bot
554b306b79 Bumping manifests a=b2g-bump 2015-06-18 12:02:23 -07:00
B2G Bumper Bot
1d5ba28437 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b3ec8d82e0b9
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #30658 from npark-mozilla/1175952

Bug 1175952 - Remove a shot from the imagecompare test graphics/test_setup_and_send_imap_email.py

========

https://hg.mozilla.org/integration/gaia-central/rev/0ac4ced541b0
Author: No-Jun Park <npark@mozilla.com>
Desc: Bug 1175952 - Remove a shot from the imagecompare test graphics/test_setup_and_send_imap_email.py
2015-06-18 12:00:26 -07:00