cku
0ae824a629
bug 1281971 - Fix null pointer access in TryToStartImageLoadOnValue. r=dholbert
...
MozReview-Commit-ID: 6FAXlMb8iQr
--HG--
extra : rebase_source : 92e09dbb637403dd93da7ee16243da80976cff6c
2016-06-25 00:52:20 +08:00
Raulie Raulerson
6ab940e68e
Bug 1276994
- Implemented SupportsApzTouchInput function in gfxPlatformGtk.cpp. r=kats
...
MozReview-Commit-ID: I57wJAgcmXM
2016-06-26 12:31:07 -04:00
Arthur Edelstein
54c8149d55
Bug 1281949 - When resisting fingerprinting, spoof screen.orientation
...
When privacy.resistFingerprinting is enabled, make sure that
screen.orientation.angle -> 0 and
screen.orientation.type -> "landscape-primary"
Also refactors screen.mozOrientation.
Based on https://trac.torproject.org/18958
2016-06-24 09:53:00 -07:00
Phil Ringnalda
18e2692832
Merge m-c to m-i
2016-06-25 16:34:13 -07:00
Phil Ringnalda
98d7a9d9c5
Merge m-i to m-c, a=merge
2016-06-25 16:23:43 -07:00
Seth Fowler
5bb4252ff6
Bug 1281680 - Add telemetry for image optimizations that may no longer be useful. r=edwin
2016-06-25 15:41:16 -07:00
Seth Fowler
c92db2d7ab
Bug 1255107 (Followup) - Add an explicit cast to a usage of DebugOnly to work around MSVC. r=me
2016-06-25 14:36:47 -07:00
Geoff Brown
238b7e9e90
Bug 1281501 - Run Linux 64 ASAN opt tests in taskcluster (tier 2); r=dustin
2016-06-25 15:34:04 -06:00
Seth Fowler
17074a1b49
Bug 1255107 (Part 3) - Use SurfacePipe in the PNG decoder. r=njn
2016-06-25 14:04:05 -07:00
Seth Fowler
7ecbb3a6bf
Bug 1255107 (Part 2) - Add a SurfaceFilter for bilinear interpolation for ADAM7 interlaced images. f=glennrp,r=njn
2016-06-25 14:04:03 -07:00
Seth Fowler
e9ae1e161e
Bug 1255107 (Part 1) - Add a RowHasPixels() utility function to allow tests to compare rows to an arbitrary sequence of BGRAColor values. r=njn
2016-06-25 14:04:01 -07:00
Jan de Mooij
703e02d24b
Bug 1281529 followup - Don't call mallocSizeOf on a base class pointer. r=orange
...
--HG--
extra : rebase_source : c68fcc303356fbe1c7c10d9b5287a68bc251f6ef
2016-06-25 20:04:31 +02:00
J. Ryan Stinnett
0068c10f19
Bug 1240900 - Use outerWindowID directly from browser. r=ochameau
...
MozReview-Commit-ID: JuJNSScaJEs
2016-06-25 11:35:02 -05:00
J. Ryan Stinnett
10cd63b51b
Bug 1240900 - Connect primary browser UI to the viewport. r=ochameau
...
The primary browser navigational UI should now behave as if it's connected to
the page content in the viewport, including things like:
* Content page's URL is displayed in location bar
* Content page's title is displayed on the tab
* Back / forward navigates the viewport
* Entering a location navigates the viewport
* Page loading progress is displayed in the status bar as usual
MozReview-Commit-ID: FzxWEwj13sJ
2016-06-25 11:35:02 -05:00
Jared Wein
5345120a69
Bug 1280799 - Update the state of the 'Clear Downloads' button when download item state changes, even if the item is selected. r=paolo
...
MozReview-Commit-ID: 2YXLDuBxkTe
2016-06-24 21:36:40 -04:00
Jared Wein
568b6e3746
Bug 1281570 - Provide recommendations to fix typos when using 'mach try'. r=chmanchester
...
MozReview-Commit-ID: HIx5QevA3Iy
2016-06-24 21:36:39 -04:00
Grigory Kruglov
26648ad110
Bug 1277467 - Add OfflineTabStatusDelegate for displaying tab-is-offline notifiations when appropriate r=sebastian
...
- Use Content:PageShow event to inform Tabs that they were actively loaded from cache
- Move offline notification logic away from browser.js and into a delegate, which displays notifications when
tab in question is user-visible
MozReview-Commit-ID: 2qCACHyWOlp
--HG--
extra : rebase_source : 457a42ebba5cfc32ab7dabce0a8a11d6511b9c08
2016-06-24 16:56:04 -07:00
Olli Pettay
dea514fb53
Bug 1281873
- Null check PlaceholderTxn::mStartSel before traversing/unlinking it, r=khuey
...
--HG--
extra : rebase_source : f5d4023776f6da90a8c920a84f2df4cd9ac302f5
2016-06-24 01:24:57 +03:00
Tooru Fujisawa
e6c1038d4c
Bug 1281739 - Do not match K, S, k, s, KELVIN SIGN, LATIN SMALL LETTER LONG S with \W in unicode ignoreCase RegExp. r=till
2016-06-26 00:50:43 +09:00
Jan de Mooij
2f452e7f1a
Bug 1281529 part 1 - Make JSContext inherit from JSRuntime. r=luke
2016-06-24 14:16:47 +02:00
Sankha Narayan Guria
726d679bb7
Bug 1199695 - Mark computed property names as effectful in BCE. r=jwalden
...
--HG--
extra : rebase_source : 20e4d4bdd44fd2425cd73d0b08d1ba596b134e9f
2016-06-25 11:53:19 +02:00
Grigory Kruglov
c09864a3eb
Bug 1277467 - Pre: Add ForegroundAwareDelegate to help track if Gecko tabs are user-visible r=sebastian
...
MozReview-Commit-ID: KZavLxL4u8V
--HG--
extra : rebase_source : 9c19cd72e0dc19d5c80bb1bf7fd2177c14862056
2016-06-22 06:31:27 -07:00
Wes Kocher
bf02c9e2f4
Merge m-c to fx-team, a=merge
2016-06-24 13:41:56 -07:00
Wes Kocher
ef24c234ed
Merge inbound to central, a=merge
2016-06-24 13:37:12 -07:00
Ryan VanderMeulen
3b8f6019c4
Backed out changeset 0b20196061d7 (bug 1276054) for browser_UITour_pocket.js failures.
2016-06-24 15:41:09 -04:00
Matthew Noorenberghe
ad739df391
Bug 1127579 - Cleanup jsdoc comments in nsLoginManagerPrompter.js
...
MozReview-Commit-ID: 5VzE9DyFZEb
--HG--
extra : rebase_source : 2d655b2cd974ea7fe0411743f9d39e1cb70bdfaf
2016-06-24 10:36:42 -04:00
Matthew Noorenberghe
b8f1ff3fed
Bug 1127579 - Handle a user capturing a HTTPS login with an already saved login for the HTTP version. r=dolske
...
MozReview-Commit-ID: 4vWuFUmicYV
--HG--
extra : rebase_source : ca7769168eeba7120b1480a67adf427e8c2df86a
2016-06-24 10:32:16 -04:00
Lars T Hansen
a84a899eb5
Bug 1280933 - disable test on 32-bit platforms. r=me
...
--HG--
extra : rebase_source : e00473d12a7d4dacabe2cc0046c36ec1027ec1c1
2016-06-24 15:18:41 +02:00
Jan de Mooij
d167b80c35
Backed out changeset 273b186d22ca for making the rooting analysis unhappy
2016-06-24 15:16:54 +02:00
Jon Coppeard
ed36716a73
Bug 1281472 - Fix data races in marking assertions when called as part of compacting GC r=terrence
2016-06-24 13:51:40 +01:00
Jon Coppeard
381f54ad7b
Bug 1261083 - Update base shapes in a separate phase at the start of compacting GC r=terrence
2016-06-24 13:50:09 +01:00
Jan de Mooij
0dea76ff67
Bug 1281529 part 1 - Make JSContext inherit from JSRuntime. r=luke
2016-06-24 14:16:47 +02:00
Lars T Hansen
e5276c42ac
Bug 1281131 - make sure to reserve enough stack space for the worst case. r=bbouvier
...
--HG--
extra : rebase_source : 9627f6ba5180087fea47cff63903a88ba885deda
extra : histedit_source : 94f314342cbca80e44d681459310b3279e83f3af%2Cc3f3818cb803ddae05aba7fd144cdc9f0be1b5a5
2016-06-24 14:01:02 +02:00
Lars T Hansen
13dab670e2
Bug 1280921 - select must handle AnyType. r=bbouvier
...
--HG--
extra : rebase_source : 71d62d13c1b22c00483d9615cd5385c4d2a9674c
extra : histedit_source : 5c813dc05bda607267a19868edeed84b31803490
2016-06-24 13:52:03 +02:00
Sebastian Hengst
2e51abafdb
Backed out changeset 1008f5b88e6b (bug 1270742) for failing browser_ext_browserAction_context.js. r=backout
2016-06-24 13:00:31 +02:00
Carsten "Tomcat" Book
517768e38e
Merge mozilla-central to fx-team
2016-06-24 11:25:21 +02:00
Carsten "Tomcat" Book
3b37066215
merge mozilla-inbound to mozilla-central a=merge
2016-06-24 11:13:59 +02:00
Carsten "Tomcat" Book
d06bb83b2e
merge fx-team to mozilla-central a=merge
2016-06-24 11:12:37 +02:00
Carsten "Tomcat" Book
7c1fa57b1d
Backed out changeset b3acfc1fa613 (bug 1274381) for causing regression (bug 1281828) and on request from marcoz
2016-06-24 10:53:11 +02:00
past@mozilla.com
c603cb558d
Bug 1275700 - Fix the color of the AwesomeBar and Search Results popup on Linux. r=dao
...
MozReview-Commit-ID: HF2qk05sGK7
2016-06-24 11:09:12 +03:00
Brian Grinstead
1adf4b4140
Bug 1278368 - Remove the error console. r=dolske
...
MozReview-Commit-ID: AIw6zqVjJFx
--HG--
extra : transplant_source : V%9C%F2%B6L%1D%22%D8%85%9Ep%AA%2B%CD%19%23%D2c%96%EE
2016-06-23 17:46:58 -07:00
Carsten "Tomcat" Book
965dbc5745
merge mozilla-inbound to mozilla-central a=merge
2016-06-23 14:57:09 +02:00
Francesco Lodolo (:flod)
e5a7c8e40c
Bug 1281502 - Improve localization comments for Source Editor shortcuts. r=past
...
--HG--
extra : rebase_source : d07f9cef1f4dd269597b4bb20f88e587b03963be
2016-06-23 05:25:00 -04:00
Hannes Verschore
375b77ce20
Bug 1274895 - IonMonkey: Follow-up on bug 1274895 for failure, r=jandem
2016-06-23 11:14:17 +02:00
Andrea Marchesini
aac2306f2c
Bug 1269154 - Get rid of WorkerFeature: WorkerHolder, r=khuey
...
--HG--
rename : dom/cache/Feature.cpp => dom/cache/CacheWorkerHolder.cpp
rename : dom/cache/Feature.h => dom/cache/CacheWorkerHolder.h
rename : dom/workers/WorkerFeature.h => dom/workers/WorkerHolder.h
2016-06-23 10:53:14 +02:00
Seth Fowler
020ad7a755
Bug 1279117 - Add SurfacePipe::WritePixelsToRow(). r=njn
2016-06-23 01:42:07 -07:00
Jaideep Bhoosreddy
fbd4e8ea76
Bug 1255908 - Replaced "/" with hostname when for root document in webconsole; r=jsnajdr
2016-06-22 20:30:00 +02:00
Jan Odvarko
9fc49ca3c9
Bug 1279649 - Rotate inspector-pane-toggle 90 deg for vertical mode. r=ntim
2016-06-22 16:20:50 +02:00
Lin Clark
677c201d49
Bug 1264698 - [rep tests] Add tests for stylesheet rep. r=Honza
...
--HG--
extra : rebase_source : 49bcad560612cfe5c7d874cd6316656faefd918c
2016-06-21 12:30:00 -04:00
Benoit Chabod
9fc08ea016
Bug 1275520 - Improve RDM displayed device list preference. r=jryans
...
--HG--
extra : rebase_source : 6bf3471e0298e05a9aa0c477a4de2c6a444cb9b6
2016-06-22 09:41:00 -04:00