Daniel Holbert
|
425952916e
|
Bug 1043701 followup: add missing #include to provide ServiceWorkerState enum. (no review, minor obviously-correct patch to fix local build bustage)
|
2015-01-26 10:31:38 -08:00 |
|
Benjamin Smedberg
|
abc44c8246
|
Bug 1125891 - Enable the no-admin sandbox for Flash, r=bobowen
--HG--
extra : rebase_source : ee655d08a48961e57214b1385b6eb37b7bfe8bcc
|
2015-01-26 13:25:15 -05:00 |
|
Alexander Surkov
|
cfc35a819b
|
Bug 1123163 - Hit testing broken on Google Search results page, r=yzen
|
2015-01-26 13:30:17 -05:00 |
|
Bobby Holley
|
ebfd3a1b74
|
Bug 1124898 - Tests. r=bz
|
2015-01-26 10:26:33 -08:00 |
|
Bobby Holley
|
c4cf5ef02f
|
Bug 1124898 - Stop exposing ex-nsIDOMChromeWindow things for random unprivileged things loaded in chrome docshells. r=bz
|
2015-01-26 10:26:33 -08:00 |
|
Ted Mielczarek
|
96e0d6a7dd
|
bug 859952 - B2GDesktopInstance should clone the gaia profile by default. r=ahal
--HG--
extra : rebase_source : 33fb2b38166139f6ba64ab66e0738c751a682152
|
2015-01-07 14:17:05 -05:00 |
|
Ted Mielczarek
|
d8ee02caf2
|
bug 1112660 - Fix B2GDesktopInstance.required_prefs. r=ahal
--HG--
extra : rebase_source : c3765b8b6d8b7a47b30fe5633607244d04960d8e
|
2015-01-07 14:17:04 -05:00 |
|
Ted Mielczarek
|
e750692515
|
bug 1114695 - factor a lot of MarionetteJSTestCase.runTest out into CommonTestCase.run_js_test. r=jgriffin
--HG--
extra : rebase_source : e9716d826bd719cd52974e63fa15d67bfc59fc07
|
2015-01-07 14:17:05 -05:00 |
|
Joel Maher
|
5119c1037c
|
Bug 1115084 - test_focus_anons.xul fails when run as a standalone directory. r=enndeakin
|
2015-01-26 07:46:00 -05:00 |
|
Andrew Comminos
|
cc7d995512
|
Bug 975919 - Add support for HiDPI on GTK 3.10+. r=karlt
|
2015-01-20 23:53:00 -05:00 |
|
Brian Hackett
|
adfb811900
|
Bug 1124018 - Null the allocation site table if initialization fails. r=jonco
|
2015-01-26 13:14:34 -05:00 |
|
Ralph Giles
|
89ad6af62f
|
Bug 1096089 - Add missing TimeRanges.h include. r=bustage
This is needed for non-unified builds. Thanks to Yuan Pengfei
for pointing out the issue.
|
2015-01-26 10:07:10 -08:00 |
|
Jason Orendorff
|
454c5f3269
|
Follow-up to bug 1114036 to satisfy the static rooting analysis. r=bustage, a=RyanVM on a CLOSED TREE.
--HG--
extra : rebase_source : 8abac2b816764366606b4d4555408af5926cbf44
extra : amend_source : 7330bb888713a808655d76cd93a7f28a9ecbbfbc
|
2015-01-26 11:42:54 -06:00 |
|
Stephen Pohl
|
f2ca5b3bd5
|
Bug 1115892: Ensure that en-GB displays the proper language in crashreporter. r=gps
|
2015-01-26 12:33:03 -05:00 |
|
Andrew McCreight
|
0b8a91736f
|
Bug 1124268, part 3 - Rename nsContentUtils::GetSameOriginChecker to SameOriginChecker. r=smaug
This method is infallible, so the name should reflect that.
|
2015-01-26 09:28:15 -08:00 |
|
Andrew McCreight
|
4274fe751c
|
Bug 1124268, part 2 - Rename SameOriginChecker to SameOriginCheckerImpl. r=smaug
|
2015-01-26 09:28:15 -08:00 |
|
Andrew McCreight
|
b861dbec4e
|
Bug 1124268, part 1 - Take advantage of the infallibility of nsContentUtils::GetSameOriginChecker(). r=smaug
|
2015-01-26 09:28:15 -08:00 |
|
Ehsan Akhgari
|
3ccf064efa
|
Bug 1069719 follow-up: Fix indentation
DONTBUILD
|
2015-01-26 11:23:49 -05:00 |
|
Ehsan Akhgari
|
866d758e54
|
Bug 1069719 - Abort the execution of scripts when a prerendered page calls an IDL blacklisted function; r=bzbarsky
|
2015-01-26 11:02:56 -05:00 |
|
Ehsan Akhgari
|
c8b93bb67a
|
Bug 1125351 - Make nsIDocShell.isPrerendered infallible; r=bzbarsky
|
2015-01-26 11:01:59 -05:00 |
|
Carsten "Tomcat" Book
|
4eded194db
|
Backed out changeset a3cd2f1b3e33 (bug 1125351) for breaking m-oth tests on a CLOSED TREE
|
2015-01-26 16:57:10 +01:00 |
|
Jason Orendorff
|
7075fb0723
|
Bug 914314, part 3 - Reimplement GetPropertyInline to match ES6 9.1.8. r=efaust.
--HG--
extra : rebase_source : 27a2b7adb4b6a2423548af8cc40edb989f04fd4a
|
2014-12-16 18:06:43 -06:00 |
|
Jason Orendorff
|
514b796363
|
Bug 914314, part 2 - Factor out GetNonexistentProperty. It's nice to separate it from the main path, because everything it does except setting vp to undefined is nonstandard. No change in behavior. r=efaust.
--HG--
extra : rebase_source : 26662847e5fb0a269e54234bab4bbaebc990f558
|
2014-12-19 14:40:08 -06:00 |
|
Jason Orendorff
|
1c93221207
|
Bug 914314, part 1 - Move Shape::get into NativeObject.cpp and rename it to CallGetter. Eliminate unused parameters and consolidate. Add some comments; delete some dead code. No change in behavior. r=efaust.
--HG--
extra : rebase_source : fd3beea0159df960d056b378e9ceee26ef4da9a3
|
2014-12-19 15:00:37 -06:00 |
|
Jason Orendorff
|
845207f75a
|
Bug 1114036 - Rewrite Debugger::parseResumptionValue to be more like PropDesc::initialize. r=jimb.
--HG--
extra : rebase_source : cc55edc458d42a7ad6fe2bca9e5c29f66bb4e18c
|
2014-12-20 08:53:40 -06:00 |
|
Jason Orendorff
|
9c980e5d98
|
Bug 1107193 - Add a script that makes it easy to run the static rooting analysis. r=sfink.
--HG--
extra : rebase_source : b5ce99f7158cc9a8f4a192bf15f6e20b6a8fa9dd
|
2014-12-03 20:02:02 -06:00 |
|
Brian Hackett
|
5b7b61b537
|
Bug 1124651 - Make sure type sets with unknown-properties objects are marked as unknown if those objects are swept, r=jandem.
|
2015-01-26 08:17:45 -07:00 |
|
Brian Hackett
|
2f249250e7
|
Bug 999538 - Try to reuse stack slots in the backtracking allocator, r=sunfish.
|
2015-01-26 08:11:14 -07:00 |
|
Joel Maher
|
a8e6170973
|
Bug 1123852 - Update talos.json to get profiling, and xperf fixes. r=RyanVM
|
2015-01-26 09:53:06 -05:00 |
|
Kartikaya Gupta
|
697928de5e
|
Bug 1116588 - Remove an optimization codepath that prevents building event-regions correctly. r=tn
|
2015-01-26 09:46:33 -05:00 |
|
Lars T Hansen
|
f5b253750f
|
Bug 1118604 - move activation fields. r=jandem
|
2015-01-26 15:40:11 +01:00 |
|
Carsten "Tomcat" Book
|
f92bf1e24e
|
Merge mozilla-central to mozilla-inbound
|
2015-01-26 15:25:32 +01:00 |
|
Carsten "Tomcat" Book
|
580055cc84
|
merge fx-team to mozilla-central a=merge
|
2015-01-26 14:24:08 +01:00 |
|
Carsten "Tomcat" Book
|
fb4da9c2a5
|
merge mozilla-inbound to mozilla-central a=merge
|
2015-01-26 14:09:03 +01:00 |
|
Gijs Kruitbosch
|
08efec2486
|
Bug 1116010 - ensure nsITreeView is already QId when returned, r=peterv
|
2015-01-26 12:05:15 +00:00 |
|
B2G Bumper Bot
|
653c380be8
|
Bumping manifests a=b2g-bump
|
2015-01-25 20:09:24 -08:00 |
|
B2G Bumper Bot
|
f12a37060e
|
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/23aac85cce8d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1125696 - Disable intermittent failing test, TEST-UNEXPECTED-FAIL | apps/verticalhome/test/marionette/group_collapse_drag_into_test.js | Vertical - Group check dragging icon into collapsed group
|
2015-01-25 19:58:10 -08:00 |
|
B2G Bumper Bot
|
bedc6381ec
|
Bumping manifests a=b2g-bump
|
2015-01-25 19:24:43 -08:00 |
|
B2G Bumper Bot
|
ebacf788ea
|
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/b8323e9a4a9a
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #27516 from huchengtw-moz/bug-1123300-context-menu-not-shown
Bug 1123300 - [Stingray] use querySelectorAll to query buttons, r=rexboy
========
https://hg.mozilla.org/integration/gaia-central/rev/bb426c8d4ba9
Author: John Hu <johu@mozilla.com>
Desc: Bug 1123300 - [Stingray] use querySelectorAll to query buttons
|
2015-01-25 19:03:10 -08:00 |
|
Phil Ringnalda
|
626a37b7e9
|
Merge m-i to m-c, a=merge
|
2015-01-25 11:43:56 -08:00 |
|
Peter Chang
|
74db30158c
|
Bug 1121335 - Add the testing of selectioncarets drag with multiple selection ranges, r=roc
|
2015-01-25 19:36:00 +01:00 |
|
Phil Ringnalda
|
af11fa6e4b
|
Merge b-i to m-c, a=merge
|
2015-01-25 10:04:32 -08:00 |
|
Phil Ringnalda
|
8d0e643d80
|
Back out 2 changesets (bug 1125490) for Windows and Android reftest failures
CLOSED TREE
Backed out changeset 042523d55ed8 (bug 1125490)
Backed out changeset fa3e911c2941 (bug 1125490)
|
2015-01-25 08:03:52 -08:00 |
|
B2G Bumper Bot
|
8ac157da9a
|
Bumping manifests a=b2g-bump
|
2015-01-25 05:56:30 -08:00 |
|
Simon Montagu
|
db9d07ef9a
|
Bug 1124636: use min/maxBSize instead of Height in nsFieldSetFrame, r=jfkthame
|
2015-01-25 01:56:36 -08:00 |
|
Simon Montagu
|
ceaa25e173
|
Reftest for bug 1124636, r=jfkthame
|
2015-01-25 01:56:34 -08:00 |
|
Robert Longson
|
d5df2911cf
|
Bug 1125562 - Mark some const attributes in webidl as such r=bzbarsky
|
2015-01-25 07:40:00 +00:00 |
|
Seth Fowler
|
6892c81f4b
|
Bug 1125401 - Replace ProgressTracker::IsLoading() with checks of the correct progress flags. r=tn
|
2015-01-24 23:16:46 -08:00 |
|
Seth Fowler
|
94f0819787
|
Bug 1125490 (Part 2) - Use an enumeration instead of a boolean to request discarding in nsIImageLoadingContent. r=tn
|
2015-01-24 23:14:12 -08:00 |
|
Seth Fowler
|
b88329d87b
|
Bug 1125490 (Part 1) - Make sure we request discarding for images in PresShell::Destroy. r=tn
|
2015-01-24 23:14:10 -08:00 |
|