Andrzej Hunt
e8b5a4e8dd
Bug 1288256 - Post: add comments explaining HomePager specific methods in HomeScreen r=sebastian
...
MozReview-Commit-ID: 5hgTMzff6zq
--HG--
extra : rebase_source : a89d18e6cf5e06ae7845a8373535b5fda89fbb59
2016-07-21 08:03:37 -07:00
Andrzej Hunt
12a3fc81a8
Bug 1288256 - Part 3: update BrowserApp to use HomeScreen interface instead of
...
HomePager r=sebastian
MozReview-Commit-ID: 7h6s6ewfSOu
--HG--
extra : rebase_source : 5ac3207b8030cdfcd282fccd14656b55782168a3
2016-07-21 08:48:11 -07:00
Andrzej Hunt
92918007b3
Bug 1288256 - Part 2: extract HomePager interface into HomeScreen r=sebastian
...
This will permit us to plug in other HomeScreen implementations as needed.
MozReview-Commit-ID: Dvmyk1sdBT6
--HG--
extra : rebase_source : bf8acdf84e35f9b2dbeaa2445121c1cfa6d974e4
2016-07-21 08:48:23 -07:00
Carsten "Tomcat" Book
bc1b31b01b
Merge mozilla-central to autoland
2016-07-21 16:27:58 +02:00
Carsten "Tomcat" Book
4a64baa9d4
merge mozilla-inbound to mozilla-central a=merge
2016-07-21 16:24:36 +02:00
Carsten "Tomcat" Book
ac018ea603
merge fx-team to mozilla-central a=merge
2016-07-21 16:23:11 +02:00
Carsten "Tomcat" Book
d2a1babef4
Backed out changeset 2bea1e1e403d (bug 1265386) for bustage on a CLOSED TREE
2016-07-21 13:59:02 +02:00
Carsten "Tomcat" Book
4a80cb90aa
Backed out changeset c402d9e91897 (bug 1265386)
2016-07-21 13:58:46 +02:00
Till Schneidereit
98a17b460b
Bug 911216 - Fix crashes caused by not properly handling not having an object at all as the target promise in EnqueuePromiseReactionJob, on a CLOSED TREE. r=bustage
2016-07-21 13:36:33 +02:00
Thomas Zimmermann
0b68c0c6df
Bug 1265386: Convert code in widget/ to |UniquePtr|, r=nfroyd
...
This patch replaces all references to |nsAutoPtr| in widget/ by references
to |UniquePtr|. |nsAutoPtr| is deprecated and will go away soon.
MozReview-Commit-ID: 8xAS79wTkPC
2016-07-21 13:29:33 +02:00
Thomas Zimmermann
d8818e0d94
Bug 1265386: Fix white-space errors in widget/, r=nfroyd
...
MozReview-Commit-ID: ATXI7dYFHmA
2016-07-21 13:29:30 +02:00
Andrea Marchesini
b400357525
Bug 1280105 - TabChild should not use CHROME_PRIVATE_WINDOW flag to set privateBrowsing, r=smaug
2016-07-21 13:26:57 +02:00
Eddy Bruel
34cdf87c79
Bug 1265727 - Decouple EventLoopLagFront from EventLoopActor. r=fitzgen
2016-07-21 12:52:30 +02:00
Alexandre Lissy
40f5f73509
Bug 1288367 - Fix XHR Init call in mozstumbler gonk r=tzimmermann
...
MozReview-Commit-ID: 18UiXXbTo1f
--HG--
extra : rebase_source : 6cf3e42ed66ab00d13f103b493ec0f8f9d6b7de6
2016-07-21 12:43:03 +02:00
Alexandre Lissy
f481ca8daa
Bug 1288373 - Add missing task.h for NewRunnableFunction r=tzimmermann
...
MozReview-Commit-ID: 5uubahXWY6x
--HG--
extra : rebase_source : 85031e6ca526c212a77028952319fd5401ad5cb0
2016-07-21 13:45:43 +02:00
Andrzej Hunt
fe0cd8705c
Bug 1288256 - Part 1: update naming of "home pager container" to "home screen container" r=sebastian
...
This is to help keep the terminology more clear: this container will allow displaying any of our
home screen implementations, and not just the HomePager.
MozReview-Commit-ID: 4kqNipgvQ5I
--HG--
extra : rebase_source : 831090edf10be23baf358d778934e73534b720f2
2016-07-20 14:58:19 -07:00
Andrzej Hunt
82913b68d5
Bug 1288256 - Pre: remove unneeded imports r=me
...
MozReview-Commit-ID: 5q0FhQVPY8P
--HG--
extra : rebase_source : ead7477f271615d22102b9ea6ead6b9c343557db
2016-07-20 14:58:35 -07:00
Nick Fitzgerald
426f871e07
Bug 1241298 - Enable the devtools' memory panel by default. r=jsantell
...
--HG--
extra : rebase_source : ba60677269501f1ffe525dce28c69d1fa67208ad
2016-07-21 13:10:12 -04:00
Greg Tatum
03144dabc5
Bug 1286232 - Add scripts and tests to automate the css-properties-db. r=pbro
...
--HG--
extra : rebase_source : b24ee31a2563e25ef46cb8068255f4e8ae4ffb13
2016-07-21 06:54:00 -04:00
Evan Tseng
ade553c6cf
Bug 1282791 - Order the props, r=Honza
2016-07-20 18:17:45 +08:00
Bob Silverberg
55401c8180
Bug 1280357 - Update browser.history.onVisited to not call PlacesUtils.promisePlaceInfo, r=kmag
...
MozReview-Commit-ID: 3j4JdWI6APu
--HG--
extra : transplant_source : %B0ir%3B%FF%08%1A%08%D8%DDa%C1%90%AD%03%97M%DA%E3%FC
2016-07-19 17:01:08 -04:00
Alexandre Lissy
d62c2c8293
Bug 1287854
- Fix MediaEngineGonk build r=padenot
...
MozReview-Commit-ID: 5jmepGcWiIG
--HG--
extra : rebase_source : 55e0d6b33dd2670fb4ac40afca011c1d34b438f8
2016-07-19 19:09:16 +02:00
Henrik Skupin
faa2229a5e
Bug 1287723 - Fix test_screenshot.py to properly wait for new chrome window to be loaded. r=automatedtester
...
MozReview-Commit-ID: KiFGbNdddJe
--HG--
extra : rebase_source : 87ccbb02cdb45531efc7fe948c57c10e9e03b547
2016-07-21 11:10:14 +02:00
Gian-Carlo Pascutto
0b8cfd1d36
Bug 1284240 - Use boolean rather than flag for Sandboxing Telemetry. r=gfritzsche
...
MozReview-Commit-ID: EsXFAbEyxYs
--HG--
extra : rebase_source : 95bbfa30597490fb1b972056651b75f5a129daad
2016-07-21 09:39:09 +02:00
Henry Chang
5efab66305
Bug 1275507 - XPCOM API to create SB v4 update request. r=francois
...
MozReview-Commit-ID: RfM3KFe6kG
--HG--
extra : rebase_source : b208a6b83953b21db7bf1a857453d55fa9ab1c87
2016-07-19 18:09:53 +08:00
Andrew McCreight
623b56a3f1
Bug 1287143
- Remove the window argument to SpecialPowers.exactGC(). r=jmaher
...
Cu.forceCC() is the same as DOMWindowUtils.cycleCollect(), but does
not require a window.
2016-07-19 13:13:00 +08:00
Paul Ellenbogen
332fcd9fc9
Bug 1204099 - RTP payload type validation. r=docfaraday
...
MozReview-Commit-ID: LYNcxKqKwiC
--HG--
extra : transplant_source : %16c%B5%CF%0C%20%05Rn%AB4%F4e%B9%EF%E7%0A%09%FDR
2016-07-19 13:56:29 -07:00
Nancy Pang
2290b0bb8f
Bug 1287474
- Remove uneeded keyboard handler. r=Honza
...
MozReview-Commit-ID: 41UNnQGPom7
--HG--
extra : rebase_source : 8641c6cdf3ab9944de14ec01fc535e74f2c6ed04
2016-07-18 12:00:25 -04:00
Towkir Ahmed
9e080b773b
Bug 1286128 - Prevent eyedropper button from being overflown in the color picker. r=jdescottes
...
--HG--
extra : rebase_source : 25dcfb2d72fa9d61ce3f5c90ed2e43d8086b0c11
2016-07-21 03:19:00 -04:00
Dalimil Hajek
1636092871
Bug 1275887 - Remove longPropIterator/shortPropIterator in reps. r=odvarko
...
--HG--
extra : rebase_source : ba7bfb53abc520748629a9fb075c0e5c5569ff5f
2016-07-20 06:22:00 -04:00
Jan Odvarko
8b6f76bc43
Bug 1287413 - Avoid blank area in the Sidebar. r=pbro
...
--HG--
extra : rebase_source : 3d8bfc8200bbb722689ed80fb87a96e4886a56ed
2016-07-21 07:02:49 +02:00
Jan Odvarko
6ceb664a74
Bug 1287368 - Fix inspector sidebar portrait mode. r=pbro
...
--HG--
extra : rebase_source : 80728b4530a86bda280f1138eda25e343bae2571
2016-07-19 09:57:59 +02:00
Allasso Travesser
bf6b26dcfd
Bug 1287456 - Set flag on tab to indicate that it has a browser. r=dao
2016-07-21 17:25:28 +02:00
Dão Gottwald
1d5f203656
Bug 1287408 - Restor accidentally removed code for auto-allowing persisted permissions. r=dale
2016-07-21 17:23:13 +02:00
Carsten "Tomcat" Book
a8e41b0eb2
Merge mozilla-central to fx-team
2016-07-21 16:27:04 +02:00
Sebastian Kaspari
94363d0dc6
Bug 1280148 - Enable Chrome Custom Tabs in Nightly be default r=glandium
...
MozReview-Commit-ID: E4IXJ3I0Jdo
--HG--
extra : rebase_source : e794d9de2521f53eeae4d49e75bbbd213caeffb4
extra : amend_source : 605466851ab8acb62bd4f400d8fd4beaefc94799
2016-07-15 20:36:58 +02:00
Jamie Nicol
64528a4fed
Bug 1164027
- Do not call glTexImage2D if likely to fail on Adreno 3xx devices; r=jrmuizel,snorp
...
There is a bug in the graphics driver for Adreno 3xx GPUs on android
versions up to 4.4 which segfaults if a texture allocation fails due to
virtual memory exhaustion.
On affected devices, guess whether an allocation would succeed and avoid
calling glTexImage2D where we believe it would fail. As the texture will
not be allocated this will likely cause problems such as black
rectangles appearing on the screen, but that is preferable to crashing.
MozReview-Commit-ID: 7xVI22pAdwb
--HG--
extra : transplant_source : %12%2B%C9%E2%DC%10%BE%C9%A7%E4%2C%FF%27%80%5D7%E0%8B%A2U
2016-07-15 16:58:58 +01:00
Tim Huang
2107711fca
Bug 1287607 - Making the stylesheets editor using the system principal to load CSS files from 'chrome://' URL. r=gl
2016-07-19 17:39:00 +02:00
Jaideep Bhoosreddy
55e61dc998
Bug 670002 - Use source maps in the web console w/ performance issues; r=jsantell
...
--HG--
rename : devtools/client/framework/source-location.js => devtools/client/framework/source-map-service.js
2016-07-20 19:09:00 +02:00
Jaideep Bhoosreddy
02353bc27a
Bug 670002 - Tests for source maps in the web console w/ performance issues; r=jsantell
...
--HG--
rename : devtools/client/framework/test/browser_source-location-01.js => devtools/client/framework/test/browser_source_map-01.js
rename : devtools/client/framework/test/browser_source-location-02.js => devtools/client/framework/test/browser_source_map-02.js
rename : devtools/client/debugger/test/mochitest/code_binary_search.coffee => devtools/client/framework/test/code_binary_search.coffee
rename : devtools/client/debugger/test/mochitest/code_binary_search.js => devtools/client/framework/test/code_binary_search.js
rename : devtools/client/debugger/test/mochitest/code_binary_search.map => devtools/client/framework/test/code_binary_search.map
rename : devtools/client/debugger/test/mochitest/doc_empty-tab-01.html => devtools/client/framework/test/doc_empty-tab-01.html
2016-07-19 14:42:00 +02:00
Wes Kocher
6b345a6cc2
Backed out changeset b9c789ba01a0 (bug 1286186) for test_reps_array.html failures CLOSED TREE
2016-07-20 15:19:45 -07:00
Wes Kocher
2f6e5ed95c
Backed out changeset c6a1177a17e4 (bug 670002) because it should have been backed out with the other patch from this bug CLOSED TREE
...
--HG--
rename : devtools/client/framework/test/browser_source_map-01.js => devtools/client/framework/test/browser_source-location-01.js
rename : devtools/client/framework/test/browser_source_map-02.js => devtools/client/framework/test/browser_source-location-02.js
2016-07-20 15:15:33 -07:00
Towkir Ahmed
1fe6a5300c
Bug 870309 - Shift to panelUI.css from panelUIOverlay.css in customizableui CSS files. r=gijs
...
--HG--
rename : browser/themes/linux/customizableui/panelUIOverlay.css => browser/themes/linux/customizableui/panelUI.css
rename : browser/themes/osx/customizableui/panelUIOverlay.css => browser/themes/osx/customizableui/panelUI.css
rename : browser/themes/shared/customizableui/panelUIOverlay.inc.css => browser/themes/shared/customizableui/panelUI.inc.css
rename : browser/themes/windows/customizableui/panelUIOverlay.css => browser/themes/windows/customizableui/panelUI.css
extra : rebase_source : 3a1601da7e6a9af6b1b449b5110c1dad2791e111
2016-07-20 04:44:00 -04:00
Rob Thijssen
18da8e2f82
Bug 1287496 - Increment sleep timespan by (attempts * delay) seconds. r=ted
...
MozReview-Commit-ID: Gx9fxp3xfZA
--HG--
extra : rebase_source : b2bbfb62a257a7d538b19ed522e24378fda2098d
2016-07-18 18:12:01 +01:00
Olli Pettay
2c576a46e2
Bug 1287321 - Don't fire input event on type=range when value hasn't changed. r=baku
...
--HG--
extra : rebase_source : 561195bb4aeb4883a368464b0b6e8d3d53f3873f
2016-07-20 21:06:57 +03:00
Wes Kocher
b79af22444
Backed out changeset aab8baf2c5f5 (bug 670002) for eslint failures
...
--HG--
rename : devtools/client/framework/source-map-service.js => devtools/client/framework/source-location.js
2016-07-20 12:56:46 -07:00
Wes Kocher
e4dedccacf
Backed out changeset a6c528c3fe72 (bug 1287413) for ESLint failures
2016-07-20 12:56:39 -07:00
Jennifer Fong
5efe427a53
Bug 1113825 - Nowrap content in console.table(). r=bgrins
2016-07-20 15:19:11 -04:00
Brian Grinstead
e5d3a69c4e
Bug 1113825 - Provide option to always wrap table contents into elements;r=gl
2016-07-20 15:19:07 -04:00
James Long
6ab69d6827
Bug 1238173
- remove ScriptStore in use findScripts in debugger r=fitzgen
2016-07-20 14:57:13 -04:00