Commit Graph

279520 Commits

Author SHA1 Message Date
Gijs Kruitbosch
b5401dd937 Bug 1236111 - part 4: actually add Windows support to artifact code, r=nalexander,gps 2016-01-05 14:58:22 +00:00
Gijs Kruitbosch
1e0883069c Bug 1236111 - part 3: ensure calls to hg and mach work on Windows, and that we use the right file mode when writing artifacts, r=nalexander,gps 2016-01-05 14:57:24 +00:00
Gijs Kruitbosch
3fc2cd275f Bug 1236111 - part 2: fix mozbuild to use the file mode modifiers specified for opening when writing a FileAvoidWrite, r=gps,nalexander 2016-01-05 14:46:24 +00:00
Gijs Kruitbosch
8bba0b0b9b Bug 1236111 - part 1: avoid configure.in Windows-only goop when running with disable-compile-environment, r=gps 2016-01-05 14:45:19 +00:00
Nicolas Chevobbe
7e3a2bb93e Bug 1228080 - Split the animation-inspector's components into multiple files. r=pbro 2016-01-05 12:58:48 +01:00
Julian Descottes
3a3236cad1 Bug 1157469 - use EventListenerService to update markupview event bubbles;r=bgrins
Inspector actor now uses EventListenerService:addListenerChangeListener to propagate
event listener changes as mutations with type 'events'.

markupview will now trigger an update when receiving a mutation of type 'event', and
the event bubble display will be updated
2016-01-06 15:01:24 -08:00
Victor Porof
7650ca861b Bug 1237254 - Wait for focus event before checking the focus element in browser_profiler_tree-abstract-01.js, r=me 2016-01-07 19:00:34 +02:00
James Long
94e23ecca2 Bug 1230345 - kill breakpoint sliding for most scenarios, only do it when we know we have scripts r=fitzgen 2016-01-07 11:53:56 -05:00
Tom Tromey
084fff47ec Bug 1227810 - split browser_ruleview_authored.js into three tests; r=pbrosset 2016-01-07 08:49:01 -07:00
Anup Kumar
b9825b8e81 Bug 1003204: Removed CommonUtils.exceptionStr() in services/sync r=markh r=gfritzsche 2016-01-07 07:09:00 +01:00
Anup Kumar
8523ab80f4 Bug 1003204: Removed CommonUtils.exceptionStr() in services/ r=gfritzsche 2016-01-06 17:53:00 +01:00
Gijs Kruitbosch
3e8216d826 Bug 1236111 - part 0: improve logging from process mixin, r=gps 2016-01-05 11:13:05 +00:00
Sebastian Kaspari
89fa610b93 Bug 1234153 - Hide block list feature behind Nightly flag. r=margaret 2016-01-08 21:23:45 +01:00
Jared Wein
a8f62af22c Bug 1087114 - Run browser_subdialogs.js in e10s. r=gijs 2016-01-08 13:08:34 -05:00
Sebastian Hengst
b29b2bd50c Backed out changeset bac08b0a467d (bug 1235781) for breaking dt tests on a CLOSED TREE. r=backout 2016-01-08 19:14:34 +01:00
Sebastian Hengst
b8ce884a2c Backed out 2 changesets (bug 1013219) for failing XPCShell test_stepping-07.js on a CLOSED TREE. r=backout
Backed out changeset 6d73df273b78 (bug 1013219)
Backed out changeset 7e311f480d8f (bug 1013219)
2016-01-08 19:12:36 +01:00
Sebastian Hengst
888d04b4e4 Backed out 3 changesets (bug 1227978) for XPCShell and dt3 bustage on a CLOSED TREE. r=backout
Backed out changeset d8a429b575e3 (bug 1227978)
Backed out changeset f99079d057cc (bug 1227978)
Backed out changeset 8b4ced39ad58 (bug 1227978)
2016-01-08 19:03:25 +01:00
Paolo Amadini
7fadc73e91 Bug 1231373 - Add a dialog to inspect or remove exceptions from TP. r=past 2016-01-08 14:40:54 +00:00
Paolo Amadini
567f44eb6f Bug 1231359 - Simplify the hidden preferences that control whether Tracking Protection is enabled in non-private windows. r=past 2016-01-08 14:16:09 +00:00
Paolo Amadini
ad359e1673 Bug 1231375 - Add a dialog to manage DNT settings. r=past 2016-01-08 14:11:38 +00:00
Paolo Amadini
17c1893413 Bug 1236229 - The showInfo API in UITour.jsm should accept JavaScript callbacks rather than callback IDs. r=MattN 2016-01-05 14:04:49 +00:00
Botond Ballo
73e9f3d9d2 Bug 1236750 - Use strongly-typed matrices to represent layer transforms in APZ code. r=kats 2016-01-04 20:07:54 -05:00
Botond Ballo
b243359da8 Bug 1236750 - Add typed getters for layer transform matrices. r=kats 2016-01-06 18:56:58 -05:00
Botond Ballo
c5195eaa99 Bug 1236750 - Add some specialized typedefs of Matrix4x4 to represent layer transform matrices. r=kats
Also add a related PixelCastJustification and a utility function.
2016-01-06 18:56:25 -05:00
Botond Ballo
8735ee7696 Bug 1236750 - Add a ViewAs() overload for casting (with a justification) one typed matrix to another. r=kats 2016-01-06 18:55:06 -05:00
Botond Ballo
06e2065378 Bug 1236750 - Introduce a new unit type CSSTransformedLayerPixel. r=kats 2016-01-06 18:52:45 -05:00
Lin Clark
d188270388 Bug 1235375 - Change FrameActor to protocol.js. r=ejpbruel 2016-01-04 08:34:00 -05:00
Edgar Chen
6db36dea70 Bug 1215084 - Part 3: Set MINIDUMP_STACKWALK to tester image; r=wcosta 2016-01-04 11:25:55 +08:00
Margaret Leibovic
a4eb9a4425 Bug 1235902 - (Part 2) Update feedback settings item to read URL from gecko prefs. r=mfinkle 2015-12-31 16:20:27 -05:00
Botond Ballo
c3bacf2fb9 Bug 1236750 - Rename ViewTransform to AsyncTransform. r=kats
It's only used to represent async transforms, and making this clear
allows us to replace (in a subsequent change) its conversion operator
to Matrix4x4 with a conversion operator to a specific typed matrix.
2015-12-30 18:24:26 -05:00
Randall Barker
fc17644c4e Bug 1233056 - Long tapping on a link will select a different link from the page r=tnikkel
Long tapping would fail when Java Pan-Zoom was enabled in Fennec.
2016-01-08 20:22:07 -08:00
Ehsan Akhgari
278d18cac4 Bug 1236933 - Return null from FetchEvent.clientId for non-subresource network requests; r=bkelly 2016-01-08 21:53:37 -05:00
Wes Kocher
86ef3f7a5b Merge m-c to inbound, a=merge CLOSED TREE 2016-01-08 18:47:40 -08:00
Mike Hommey
efa7b40599 Bug 1234012 - Remove defaults/profile/bookmarks.html from b2gdroid, b2g, and android package manifests. r=bsmedberg
The file is only shipped in desktop Firefox builds, and only leads to
something like the following in the build logs:
  Warning: package-manifest.in:31: Missing file(s): bin/defaults/profile/bookmarks.html
2016-01-09 07:30:32 +09:00
Mike Hommey
9f4c474ca6 Bug 1234012 - Remove the NS_APP_PROFILE_DEFAULTS_{NLOC_,}50_DIR directory keys. r=bsmedberg
Nothing apart the code that was just removed uses those keys, so remove them.
Actually, there is a use in Seamonkey, but considering they're shipping with
omnijar, the code expecting the directory has not been working as designed for
a while, so they can fixup and remove that use as well.
2016-01-09 07:30:32 +09:00
Mike Hommey
54d5adf333 Bug 1234012 - Do not try to copy files from the non-existing default profile. r=bsmedberg
When creating the profile for the first time, we're trying to copy files
that just don't exist, so we just skip that. No code in mozilla-central
or comm-central was using the optional argument to pass a custom default
profile either, so that goes away as well.
2016-01-09 07:30:32 +09:00
Mike Hommey
5710ee7425 Bug 1234012 - Remove {localstore,mimeTypes}.rdf, user{Chrome,Content}-example.css. r=bsmedberg
These files have not been used since Firefox 4.0 because they were in the
omnijar while the code trying to copy them were expecting them outside the
omnijar. Fast forward a few years, and new profiles are now expected to be
empty so these files are just dead weight.
2016-01-09 07:30:32 +09:00
Mike Hommey
9d12d36bfb Bug 1234026 - Pass a --display option to gtk_init in content processes. r=karlt 2016-01-09 07:30:32 +09:00
Henrik Skupin
5779cae156 Bug 1237600 - Ensure Python packages for firefox-ui-tests are installed from in-tree. r=jlund 2016-01-08 23:04:29 +01:00
John Daggett
909e534953 Bug 1236086 - use a PUA codepoint in the reference rendering for font feature tests. r=jfkthame 2016-01-09 06:38:15 +09:00
Ross Lovas
d558bf54e2 Bug 1190093 - Stop throttling frame requests for loading pages by checking Hidden(), not isShowing. r=tnikkel 2016-01-08 15:20:34 -06:00
Luke Wagner
5fad2a1299 Bug 1237508 - Odin: move GC allocation up to fix spurious hazard warning (there was an AutoKeepAtoms already) (r=hazard-red) 2016-01-08 15:03:02 -06:00
Ralph Giles
487a78fe76 Bug 1237740 - Fix build.sh error message typo. r=wcosta DONTBUILD 2016-01-07 12:41:00 -08:00
Daniel Holbert
6012f42850 Bug 1237720: Put "-webkit-min-device-pixel-ratio"/"-webkit-max-device-pixel-ratio" behind its own disabled pref. r=heycam 2016-01-08 12:47:44 -08:00
Andrew McCreight
e837b16f36 Bug 1238082 - Fix mode lines in dom/ipc. r=baku
This patch was generated using commit 139bd6c948f70fd0322ab71a585db7fd73439316 of
https://github.com/amccreight/moz-source-tools/blob/master/modeline.py
2016-01-08 12:40:26 -08:00
Andrew McCreight
1761500a08 Bug 1238076 - Enable test_postMessage_closed.html with e10s. rs=bz 2016-01-08 12:40:26 -08:00
Andrew McCreight
41492c8e2f Bug 1230385, part 2 - Use NS_WARNING in unimplemented TabChild methods. r=billm
At least some of these methods can be called from chrome JS, so
warn instead of having an inaccurate static analysis annotation
about code never being reached.
2016-01-08 12:40:26 -08:00
Andrew McCreight
630f2665d3 Bug 1230385, part 1 - Use MOZ_CRASH in ContentChild::AllocP*() methods. r=billm
These methods should never be called, so just crash.
2016-01-08 12:40:26 -08:00
Andrew McCreight
d0c1f25ee3 Bug 1231498 - ContentParent::RecvCreateWindow() should fail in opt builds if passed bad chromeflags. r=billm 2016-01-08 12:40:26 -08:00
Andrew McCreight
65011b69fd Bug 1238080 - Remove trailing whitespace from nsIWebBrowserChrome.idl and test_window_bar.html. r=baku
IGNORE IDL because this is only whitespace changes.
2016-01-08 12:40:25 -08:00