Shane Caraveo
94bc4d9381
Bug 1289549 P1 socialapi remove status and marks, r=florian
...
MozReview-Commit-ID: 5fT51pp97Tm
2016-08-04 09:23:54 -07:00
Ricky Chien
cea21d820c
Bug 1291618 - Fix dropmarker position of command-button-frames in RTL locales. r=ntim
...
MozReview-Commit-ID: 8yd1J6tkxDT
--HG--
extra : transplant_source : %83%40%B6%E9%3FF%B9%1B%8Bto%A1%0Da%CF%A5%AD%FF%E1%01
2016-08-04 16:21:53 +08:00
Kumar McMillan
5258830509
Bug 1291272 - Fix aboutdebugging reload test that requires a signed add-on. r=ochameau a=test-only
...
MozReview-Commit-ID: 65CZqbbHAHo
--HG--
extra : transplant_source : %01s%80%96V%0F%1B%5B%8B%17%B5%0A%3E%F8V%08%5C%91%FB%28
2016-08-02 11:51:32 -05:00
Thom Chiovoloni
dafebf98ee
Bug 1291030 - Update TPS dependencies to prevent crashes for locally built firefox on Mac 10.11. r=markh
...
MozReview-Commit-ID: 9gmP6OJvakP
--HG--
extra : transplant_source : %A6%A0%AD%7B%BFI%C8%BA%0A%D6%60%C7%005%CD%A8C%0B%A5%0B
2016-08-01 17:31:33 -04:00
Jaideep Bhoosreddy
8efc34b4f9
Bug 1290263 - Source maps in console don't work after first log; r=jsantell
2016-08-03 15:41:00 +02:00
Steve Melia
fe1e609e3f
Bug 1290063 - Call correct function on mouseout for breadcrumb; r=gasolin
2016-08-01 21:53:22 +01:00
Steve Chung
7ac5d82204
Bug 1288341 - Don't overlap layout-expander in RTL Locales. r=ntim
...
MozReview-Commit-ID: Gp4SeTZctIT
--HG--
extra : transplant_source : %DC%F1fd%EE%7B%E6%9F%13%9C%88%0E%85%B5%8A%E0%26-%E3%60
2016-08-04 11:32:06 +08:00
Carsten "Tomcat" Book
1f5f6ac888
Merge mozilla-central to fx-team
2016-08-04 16:06:09 +02:00
Jim Chen
9fed7cc8df
Bug 1288821 - Follow-up to fix unused variable error; r=me
2016-08-04 10:00:00 -04:00
Jim Chen
cad95cab52
Bug 1288838 - Follow-up to fix checkstyle error; r=me
2016-08-04 10:00:00 -04:00
Carsten "Tomcat" Book
389a3e0817
merge mozilla-inbound to mozilla-central a=merge
...
--HG--
rename : mobile/android/base/java/org/mozilla/gecko/GeckoAppShell.java => mobile/android/geckoview/src/main/java/org/mozilla/gecko/GeckoAppShell.java
rename : mobile/android/base/java/org/mozilla/gecko/gfx/GeckoLayerClient.java => mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/GeckoLayerClient.java
rename : mobile/android/base/java/org/mozilla/gecko/gfx/LayerRenderer.java => mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/LayerRenderer.java
rename : mobile/android/base/java/org/mozilla/gecko/gfx/PanningPerfAPI.java => mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/PanningPerfAPI.java
2016-08-04 15:55:50 +02:00
Carsten "Tomcat" Book
d036bdb09c
merge fx-team to mozilla-central a=merge
2016-08-04 15:54:27 +02:00
Dão Gottwald
b3a935b435
Bug 1292049 - Prevent tab.lastAccessed from being set to a discrete value when the tab is selected. r=mdeboer
...
--HG--
extra : rebase_source : 6eecb2fab57870fc490b1d1d9881ef89654c74be
2016-08-04 14:41:15 +02:00
Jim Chen
a4fcd0b442
Bug 1288821 - Remove observer events in GeckoEvent; r=snorp
...
Remove the now-obsolete CALL_OBSERVER and REMOVE_OBSERVER events from
GeckoEvent, along with the native-only event ADD_OBSERVER.
2016-08-04 09:17:54 -04:00
Jim Chen
2dbcd17eca
Bug 1288821 - Update auto-generated bindings; r=me
2016-08-04 09:17:54 -04:00
Jim Chen
52c109b436
Bug 1288821 - Convert callObserver/removeObserver to native method; r=snorp
...
Combine the callObserver and removeObserver methods used for notifying
alert listeners into the native method
GeckoAppShell.notifyAlertListener. Keep track of the listener and the
alert cookie on the native side so that we don't need
GeckoAppShell.ALERT_COOKIES anymore.
2016-08-04 09:17:54 -04:00
Jim Chen
535fa2c33f
Bug 1288821 - Refactor Java notification interface; r=snorp
...
Refactor the notification-related methods in GeckoAppShell. In
particular, combine showPersistentAlertNotification into
showAlertNotification, and move code out of AndroidBridge.
2016-08-04 09:17:54 -04:00
Jim Chen
9ded18e06c
Bug 1288821 - Remove Android-specific code from nsAlertsService; r=kitcambridge
...
Remove Android-specific code from nsAlertsService now that we have a
proper nsIAlertsService backend on Android. However, we cannot use
nsXULAlerts because XUL windows are not fully supported on Android, so
we return nullptr in nsXULAlerts::GetInstance.
2016-08-04 09:17:54 -04:00
Jim Chen
8e077be96a
Bug 1288821 - Add AndroidAlerts as a nsAlertsService backend; r=snorp
...
Add a proper backend for nsAlertsService on Android, so we don't need
any special-case code for Android in nsAlertsService itself.
2016-08-04 09:17:54 -04:00
Jim Chen
b3f9da57ab
Bug 1288821 - Remove nsIAlertsProgressListener; r=kitcambridge r=snorp
...
nsIAlertsProgressListener is a relic from XUL Fennec and we no longer
use it in any code.
2016-08-04 09:17:54 -04:00
Jim Chen
15acbc5fab
Bug 1289208 - Remove gamepad events from GeckoEvent; r=snorp
...
Remove the now-obsolete gamepad events from GeckoEvent, along with a few
other used fields in GeckoEvent.
2016-08-04 09:16:05 -04:00
Jim Chen
8a82ef17c1
Bug 1289208 - Updated auto-generated bindings; r=me
2016-08-04 09:16:05 -04:00
Jim Chen
4b8a8da17c
Bug 1289208 - Add native methods to AndroidGamepadManager; r=snorp
...
Add native method calls to AndroidGamepadManager to replace the gamepad
events in GeckoEvent. Implement those calls in AndroidGamepad.cpp. The
jni/Refs.h change is necessary to fix a compile error when using
jni::BooleanArray.
2016-08-04 09:16:05 -04:00
Jim Chen
e5eac1e286
Bug 1289208 - Move gamepad methods out of GeckoAppShell; r=snorp
...
Move gamepad methods called by native code out of GeckoAppShell and into
AndroidGamepadManager.
2016-08-04 09:16:05 -04:00
Jim Chen
56e79ec2bc
Bug 1288838 - Remove telemetry events from GeckoEvent; r=snorp
...
Remove the now-obsolete telemetry events from GeckoEvent.
2016-08-04 09:16:05 -04:00
Jim Chen
139bb9bede
Bug 1288838 - Update auto-generated bindings; r=me
2016-08-04 09:16:05 -04:00
Jim Chen
3a078bd650
Bug 1288838 - Add telemetry native methods to Android telemetry module; r=snorp
...
Add and use native method calls in Telemetry.java to replace the
telemetry events in GeckoEvent.
2016-08-04 09:16:04 -04:00
Jim Chen
580a7782fe
Bug 1288834 - Remove ZOOMEDVIEW event from GeckoEvent; r=snorp
...
Remove the now-obsolete ZOOMEDVIEW event from GeckoEvent, and the
associated code in nsAppShell and AndroidBridge.
2016-08-04 09:15:17 -04:00
Jim Chen
a0e70ac337
Bug 1288834 - Update auto-generated bindings; r=me
2016-08-04 09:15:17 -04:00
Jim Chen
4ea7bbbc21
Bug 1288834 - Implement native request method in ZoomedView; r=snorp
...
Add a native method in ZoomedView to request zoomed view data. The
native method is implemented in the ThumbnailHelper class on the C++
side because it shares a lot of code with the thumbnailing code.
2016-08-04 09:15:17 -04:00
Jim Chen
159d9d9ab2
Bug 1283888 - Remove LOW_MEMORY event from GeckoEvent; r=me
...
LOW_MEMORY event is not used anywhere and can be safely removed.
2016-08-04 09:15:16 -04:00
Jim Chen
06fcf5a71e
Bug 1283888 - Remove NOOP event from GeckoEvent; r=me
...
The NOOP event is only used in Prompt.java and it's not necessary to use
it there.
2016-08-04 09:15:16 -04:00
Jim Chen
a174ac0918
Bug 1283888 - Remove NATIVE_POKE event from Java; r=me
...
Remove the obsolete NATIVE_POKE event from GeckoEvent.
2016-08-04 09:15:16 -04:00
Carsten "Tomcat" Book
03f2893f26
Backed out changeset 5b940f1bf535 (bug 1289829) for reftest failures
2016-08-04 09:58:10 +02:00
Tooru Fujisawa
6a2df0c986
Bug 1285465 - Do not throw when callStack is empty. r=jwalden
2016-08-04 14:52:43 +09:00
Daniel Holbert
83a68d4157
Bug 1291334 part 2: Fix path to solidblue.png image in flexbox-whitespace-handling-001* reftest files. (no review)
...
MozReview-Commit-ID: 7I53hpMdLS5
2016-08-03 22:34:32 -07:00
Daniel Holbert
4f87c4a3ab
Bug 1291334 part 1: Explicitly set margin on textareas within reftest flexbox-basic-textarea-horiz-001.xhtml, to remove assumptions about default styling. (no review)
...
MozReview-Commit-ID: 67PSYNY8hob
2016-08-03 22:34:30 -07:00
Morgan Phillips
f4a7b6af4c
bug 1230490 - Allow 16 bit character codes 2/2; r=evilpie
...
--HG--
extra : amend_source : 22584adc7bb7af089bd15aca109177955679559c
2016-08-02 16:33:58 -07:00
Morgan Phillips
6482267db5
bug 1230490 - Allow 16 bit character codes 1/2; r=evilpie
2016-08-03 12:11:38 -07:00
Emilio Cobos Álvarez
1b5c331814
Bug 1290335: followup: Fix the ConsumeStoredChangeHint assertion. r=me
...
That will teach me to address review comments at night.
MozReview-Commit-ID: 9AGFoj2du7C
2016-08-03 19:26:37 -07:00
Jeremy Chen
639577e5c5
No bug - comment typo fix in input-text-3-noheight-ref.html. r=me DONTBUILD
...
comment-only, so DONTBUILD
MozReview-Commit-ID: 3QlzoP5D0rK
2016-08-04 10:23:53 +08:00
Sotaro Ikeda
4bf4a29dce
Bug 1289829 - Change mask SurfaceSize calculation r=mattwoodrow
2016-08-03 19:00:19 -07:00
Phil Ringnalda
56b614beaf
Merge m-c to m-i
...
--HG--
rename : testing/web-platform/tests/encrypted-media/Google/webm/test-encrypted-different-av-keys.webm => testing/web-platform/tests/encrypted-media/Google/test-encrypted-different-av-keys.webm
rename : testing/web-platform/tests/encrypted-media/Google/webm/test-encrypted.webm => testing/web-platform/tests/encrypted-media/Google/test-encrypted.webm
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/idlharness.html => testing/web-platform/tests/web-animations/interfaces/DocumentTimeline/idlharness.html
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/document-timeline.html => testing/web-platform/tests/web-animations/timing-model/timelines/default-document-timeline.html
extra : rebase_source : e20524b81fac999678f742d6ad13bca1b761d778
2016-08-03 18:52:15 -07:00
Phil Ringnalda
d9a04f7163
Back out 2 changesets (bug 1291312) for making Win7 debug wpt-e10s-2 permanently fail by taking more than 7200 seconds to run, a=backout
...
Backed out changeset 0267734ec297 (bug 1291312)
Backed out changeset 8232b0211660 (bug 1291312)
--HG--
rename : testing/web-platform/tests/encrypted-media/Google/webm/test-encrypted-different-av-keys.webm => testing/web-platform/tests/encrypted-media/Google/test-encrypted-different-av-keys.webm
rename : testing/web-platform/tests/encrypted-media/Google/webm/test-encrypted.webm => testing/web-platform/tests/encrypted-media/Google/test-encrypted.webm
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/idlharness.html => testing/web-platform/tests/web-animations/interfaces/DocumentTimeline/idlharness.html
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/document-timeline.html => testing/web-platform/tests/web-animations/timing-model/timelines/default-document-timeline.html
2016-08-03 18:50:40 -07:00
Nick Thomas
82a5fd2882
Bug 1291636, Fennec single locale repacks broken on beta, r=Callek DONTBUILD
...
--HG--
extra : amend_source : c9e804dca936bed44ae46aa352f1895a4215f05f
2016-08-04 13:48:34 +12:00
Boris Zbarsky
d7821950f4
Bug 1278583 part 5. Switch DOM code from using hasInstance class hooks to using Symbol.hasInstance. r=peterv
2016-08-03 18:32:07 -07:00
Boris Zbarsky
ba5962ed70
Bug 1278583 part 4. Rip out the now-unused construct hook holder bits in bindings. r=peterv
2016-08-03 18:32:06 -07:00
Boris Zbarsky
ab204ba73e
Bug 1278583 part 3. Make static stuff (static attributes, methods, constants) actually work on globals. r=peterv
2016-08-03 18:32:06 -07:00
Boris Zbarsky
19c582af6e
Bug 1278583 part 2. Change the value passed to JS::OrdinaryHasInstance to be a HandleValue, not MutableHandleValue. r=jandem
2016-08-03 18:32:06 -07:00
Boris Zbarsky
e7c46c6242
Bug 1278583 part 1. Expose a JS::OrdinaryHasInstance. r=jandem
2016-08-03 18:32:06 -07:00