Rick Eyre
3c0dfcd792
Bug 957847 - Fix VTTCue crash at TextTrackCue::AddCue. r=rillian
2014-01-15 11:30:58 -05:00
Robert O'Callahan
029b2ba6b4
Bug 647813. XUL popups anchored to a <select> should not size themselves to the <select>. r=mats
...
--HG--
extra : rebase_source : 3be93d1e796ef8ec4e6565a083e9abe19879566e
2014-01-15 16:07:31 +13:00
Robert O'Callahan
974bbc4dfb
Bug 960277. Part 3: nsFieldSetFrame's anonymous child should not inherit CSS 'position', but should still be an abs-pos containing block if the fieldset is. r=mats
...
--HG--
extra : rebase_source : 9e1109c3c1216df58281b7c81447e44da97f681b
2014-01-17 23:39:04 +13:00
Robert O'Callahan
11747f4e5c
Bug 960277. Part 2: Move nsFieldSetFrame declaration to nsFieldSetFrame.h. r=mats
...
--HG--
extra : rebase_source : 6b0da46311f24238d48c6d8045fe87c6f90d11ce
2014-01-16 15:20:20 +13:00
Robert O'Callahan
d3685fbd39
Bug 960277. Part 1: Don't optimize away frame reconstruction for 'transform' add/remove if the element has complex abs-pos container structure. r=mats
...
--HG--
extra : rebase_source : 4a1b57df9146a31ce8e25a7b215d2eb1edb09a55
2014-01-16 14:39:30 +13:00
Cameron McCormack
859698bb4e
Backout 3635e6adde70, 8600c8ad593f and 1f72556326be (bug 960848 and bug 960899) for lots of red.
2014-01-18 19:03:30 +11:00
Cameron McCormack
b7fbb111c5
Bug 960899 - Add debug function and lldb command to print frame state symbolically. r=dbaron
2014-01-18 18:08:22 +11:00
Cameron McCormack
cb9169a995
Bug 960848 - Part 2: Swap NS_BLOCK_HAS_FIRST_LETTER_CHILD and NS_BLOCK_FRAME_HAS_INSIDE_BULLET bit values. r=dbaron
2014-01-18 18:08:03 +11:00
Cameron McCormack
32f0532fc2
Bug 960848 - Part 1: Make nsFrameState an enum and consolidate all frame state bit definitions in a single preprocessed file. r=dbaron
2014-01-18 18:07:54 +11:00
Jim Chen
c137c2f965
Bug 958706 - Make generated JNI wrappers handle uncaught exceptions; r=blassey
...
This patch adds AndroidBridge::HandleUncaughtException calls to generated JNI wrappers. Also, the JNI annotation now accepts the noThrow flag to indicate that the JNI caller wishes to handle Exceptions manually.
2014-01-17 23:32:25 -06:00
Jim Chen
2b53995aca
Bug 958706 - Add ThrowException and HandleUncaughtException methods to AndroidBridge; r=blassey
...
ThrowException throws a new exception with the appropriate message, meant for native JNI methods that return to Java code (i.e. methods in AndroidJNI.cpp).
HandleUncaughtException will be called by the generated JNI stubs that C++ code uses. HandleUncaughtException calls the new GeckoAppShell.handleUncaughtException method, which behaves exactly like the normal uncaught exception handler (annotates the crash report and crashes). GeckoAppShell.handleUncaughtException has the noThrow annotation that will be seen by the generated code; as a result, its generated stub will not call HandleUncaughtException and result in a loop.
2014-01-17 23:32:24 -06:00
Jim Chen
9a3802b401
Bug 959237 - Add AndroidBridge::HasEnv checks; r=blassey
...
For certain tests, the AndroidBridge is not initialized, but some GeckoAppShell functions are still called indirectly. For now, this patch adds checks to skip these calls if there's no AndroidBridge. However, in the future, most of the affected code should be refactored to not require these checks.
2014-01-17 23:32:24 -06:00
Jim Chen
9305d633e9
Bug 959237 - Define GetVM, GetJNIEnv, and GetJNIForThread as infallible; r=blassey
...
Currently when either of these methods fail, we log something and rely on the calling code to null check. Since these failures are serious and likely unrecoverable, it's better to define these methods as infallible and just crash if they do fail.
2014-01-17 23:32:24 -06:00
Timothy Nikkel
4f05e792d8
Bug 958806. If our decoder shutdown intent was "not needed" then we shouldn't try to request a full decode of the image, it was not needed. r=seth
2014-01-17 23:14:46 -06:00
Siddartha Pothapragada
4b4040f3cf
Bug 948870 - Remove App target info from the registered list when the application is killed. r=allstars.chh
2014-01-14 17:43:21 -08:00
Ryan VanderMeulen
efaee8d500
Backed out changeset 1395d2a59698 (bug 879668) for landing without review.
2014-01-18 23:00:52 -05:00
B2G Bumper Bot
a0667c2146
Bumping manifests a=b2g-bump
2014-01-18 11:30:56 -08:00
B2G Bumper Bot
e7f7c75d93
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6a1273aa9942
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #15496 from KevinGrandon/bug_958582_follow_up_pointer_events
Bug 958582 - Follow-up, pointer-events fix r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/578a91da7d9d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 958582 - Follow-up, pointer-events fix r=me
2014-01-18 11:30:11 -08:00
B2G Bumper Bot
c94bd99449
Bumping manifests a=b2g-bump
2014-01-17 18:51:06 -08:00
B2G Bumper Bot
9fb816a3ed
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fab92321f729
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #15472 from dmarcos/bug961070
Bug 961070 - [Camera] Addressing code comments after bug 959890 merge
========
https://hg.mozilla.org/integration/gaia-central/rev/5c89849105f0
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 961070 - [Camera] Addressing code comments after bug 959890 merge
2014-01-17 18:46:13 -08:00
B2G Bumper Bot
ad5fe4b35e
Bumping manifests a=b2g-bump
2014-01-17 16:52:11 -08:00
B2G Bumper Bot
80ae015eca
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/73633b623dfd
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #15488 from gaye/bug-961192
Bug 961192 - Bump marionette-js-runner version to pick up --verbose fix
========
https://hg.mozilla.org/integration/gaia-central/rev/cd7a7021127d
Author: Gareth Aye <gaye@mozilla.com>
Desc: Bug 961192 - Bump marionette-js-runner version to pick up --verbose fix
2014-01-17 16:50:14 -08:00
B2G Bumper Bot
d4f03d98e6
Bumping manifests a=b2g-bump
2014-01-17 16:28:38 -08:00
B2G Bumper Bot
91160f410a
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/90e64f9b3909
Author: sasikala.paruchuri <sasikala.paruchuri@lge.com>
Desc: Bug_935991:[Messaging]Modified the Order of menu options and updated testcase
========
https://hg.mozilla.org/integration/gaia-central/rev/0131c5e35922
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #15486 from KevinGrandon/bug_961260_address_intermittent_test
Bug 961260 - Intermittent failing marionette JS test app_search_test.js r=me
========
https://hg.mozilla.org/integration/gaia-central/rev/c23813ebcef1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 961260 - Intermittent failing marionette JS test app_search_test.js r=me
2014-01-17 16:25:18 -08:00
B2G Bumper Bot
bf7c050f31
Bumping manifests a=b2g-bump
2014-01-17 15:22:07 -08:00
B2G Bumper Bot
20c9f233b2
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6b1cdf59d132
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 902999 - [Clock] Add Time To In-Progress Timer, "+1 Min"
https://bugzilla.mozilla.org/show_bug.cgi?id=902999
- Moves value accessor property to Picker.prototype
- Defines set accessor operation for Picker.prototype.value
- Defensive accessor handling
- Defines Timer.prototype.plus(seconds)
- Add an arbitrary number of seconds to the current timer.
- Seconds are auto-converted to milliseconds
- Tests for
- Picker.prototype.value
- Timer.prototype.plus()
- Timer.prototype.commit()
2014-01-17 15:20:17 -08:00
B2G Bumper Bot
7c91cc683b
Bumping manifests a=b2g-bump
2014-01-17 14:18:56 -08:00
B2G Bumper Bot
6385d0232a
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b070aa3cef7d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 961137 - Disable Places test, Search for previously visited URL
2014-01-17 14:15:20 -08:00
B2G Bumper Bot
b82a4da6ab
Bumping manifests a=b2g-bump
2014-01-17 13:31:08 -08:00
B2G Bumper Bot
398f6fc306
Bumping manifests a=b2g-bump
2014-01-17 12:56:05 -08:00
B2G Bumper Bot
07c775ee08
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5721f62e1ff3
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Merge pull request #15425 from qdot/960373-fte-tests
Bug 960363 - Add basic FTE tests
========
https://hg.mozilla.org/integration/gaia-central/rev/7125ac2b0cc6
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Bug 960363 - Add basic FTE tests
2014-01-17 12:50:10 -08:00
Ryan VanderMeulen
b75c40bb3e
Merge m-c to b2g-inbound.
2014-01-17 15:30:54 -05:00
B2G Bumper Bot
054e29e2b0
Bumping manifests a=b2g-bump
2014-01-17 12:28:18 -08:00
B2G Bumper Bot
6e291bd7d8
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cc954e7fd65f
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Revert "Merge pull request #15454 from vingtetun/bug959425"
This reverts commit a9b0aca976cd9fe4c44546a9f9c1eaee6b25f59d, reversing
changes made to 73a7e0c15969a058964e92fad1925efead38dcfc.
2014-01-17 12:25:12 -08:00
Ryan VanderMeulen
9d1744d14d
Backed out changeset 8a5c1027e6e6 (bug 953303) for bustage.
2014-01-17 14:50:58 -05:00
B2G Bumper Bot
4a4dcb8168
Bumping manifests a=b2g-bump
2014-01-17 11:43:49 -08:00
B2G Bumper Bot
9ebef9a04e
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/41b6c1ae6829
Author: Evelyn Eastmond <evhan55@gmail.com>
Desc: Bug 959661 - [Messages][Drafts] Only set MessageManager draft if not in thread (to thread's draft, or null if thread has no draft) r=rwaldron
2014-01-17 11:35:14 -08:00
Jed Davis
ec74e50e16
Bug 960350 - Display untranslated symbols correctly after merging profiles. r=BenWa
...
Also, set off the pid from the address with a colon instead of
hard-coding a field width, in case we ever get >16-bit pids.
2014-01-17 14:32:22 -05:00
Sushil Chauhan
52c6e6f829
Bug 953303 - HwcComposer2D should honor HWC_HINT_CLEAR_FB set by hwcomposer. r=ncameron
2014-01-17 11:09:01 -08:00
Garner Lee
bf530e26de
Bug 952217 - Add NFC Manager permission check for NFC Manager APIs. r+sr=smaug
2014-01-15 17:47:43 -08:00
John Lin
eed9a0f571
Bug 879668 - Part 6: Add build flag for OMX encoders. r=gps
2014-01-17 14:31:25 -05:00
John Lin
1c729597fa
Bug 879668 - Part 5: Add OmxAudioTrackEncoder to file OmxTrackEncoder. r=roc
2014-01-17 14:30:13 -05:00
Shelly Lin
8c9d3728c7
Bug 879668 - Part 4: Add OmxVideoTrackEncoder to file OmxTrackEncoder. r=roc
2014-01-17 14:30:02 -05:00
John Lin
ec393f4abe
Bug 879668 - Part 3: Add OMXCodecWrapper. r=roc
2014-01-17 14:29:41 -05:00
John Lin
f24c2e15a3
Bug 879668 - Part 2: Add utility function to convert codec data from OMX AVC/H.264 encoder for MP4 container writer. r=roc
2014-01-17 14:29:20 -05:00
Diego Wilson
551565a5c9
Bug 947504 - Only enable HwcComposer2D by default if hardware supports it. r=gal
...
This feature will only be enabled by default on hardware that supports it
which sets the gonk prop "ro.display.colorfill" to true.
The feature can still be force enabled (or force disabled) via the
"layers.composer2d.enabled" setting.
2014-01-14 14:44:47 -08:00
Ghislain 'Aus' Lacroix
8bd663a91f
Bug 945323 - Add mochitest to ensure that download attribute on anchor ('a') tag is respected by the DOM Downloads API. r=qdot
2014-01-15 15:01:06 -08:00
Gaia Pushbot
25850a8727
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c19a020a93a4
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #15321 from bobsilverberg/tbpl_system
Bug 957122 - Enable more TBPL tests - System app
========
https://hg.mozilla.org/integration/gaia-central/rev/b33660be6720
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Bug 957122 - Enable more TBPL tests - System app
Enable test_context_menu_activity_picker on TBPL
2014-01-16 05:17:54 -08:00
Gaia Pushbot
269b902b43
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f2f888d39909
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #15270 from KevinGrandon/bug_959285_search_abort_requests
Bug 959285 - [Search] Abort in-progress provider requests
========
https://hg.mozilla.org/integration/gaia-central/rev/fbf0bee9d05e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 959285 - [Search] Abort in-progress provider requests r=amirn
2014-01-16 05:05:20 -08:00
Gaia Pushbot
f2201b89b6
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d084b2468675
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #15065 from cctuan/957100
Bug 957100 - [Settings] add marionette for b2g-improve and feedback page
========
https://hg.mozilla.org/integration/gaia-central/rev/1b8b7ed503fc
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 957100 - [Settings] add marionette for b2g-improve and feedback page
2014-01-16 04:00:17 -08:00