Граф коммитов

322099 Коммитов

Автор SHA1 Сообщение Дата
Boris Zbarsky 08a8354b88 Bug 903419 part 1. Change js::GetErrorTypeName to take a JSRuntime, not a JSContext. r=luke 2013-08-29 00:30:06 -04:00
Boris Zbarsky 68ca6691d8 Bug 909863. Add support for the [SameObject] extended attribute in WebIDL. r=khuey 2013-08-29 00:30:05 -04:00
Boris Zbarsky 2cb7f1d590 Bug 901116. Give a better error message if the same name is typedeffed twice in WebIDL. r=khuey
We could also switch typedefs to using IDLWrapperType, but this seems like a smaller and still-sane change.
2013-08-29 00:30:05 -04:00
Boris Zbarsky 9ca8e983b5 Bug 868799 part 3. Use RootedTypedArray in codegen. r=smaug 2013-08-29 00:30:05 -04:00
Boris Zbarsky ac8063a4c1 Bug 868799 part 2. Disallow copy-construction of typed array structs, so people can't accidentally pass them by value and end up unrooted. r=smaug 2013-08-29 00:30:05 -04:00
Boris Zbarsky 8af64d141c Bug 868799 part 1. Introduce a RootedTypedArray class. r=terrence 2013-08-29 00:30:04 -04:00
Boris Zbarsky 7cc447af5a Bug 909859. Make the doctype argument of createDocument optional. r=smaug 2013-08-29 00:30:04 -04:00
Masayuki Nakano e79ad519c7 Bug 892539 modifier flag database should be reset if we detect mismatch between the stored data and the latest information via key event r=smichaud 2013-08-29 13:26:43 +09:00
Timothy Nikkel dc4eed8ded Bug 910529. Part 2. In nsLayoutUtils::PaintFrame, display port and ignoring viewport scrolling should only happen when we are drawing the root frame. r=matt.woodrow 2013-08-28 22:38:15 -05:00
Timothy Nikkel e5090e25a7 Bug 910529. Part 1: Remove second unneeded declaration of rootScrollFrame in nsLayoutUtils::PaintFrame. r=matt.woodrow 2013-08-28 22:37:42 -05:00
Ryan VanderMeulen fd8cb786a2 Merge inbound to m-c. 2013-08-29 00:00:10 -04:00
Ryan VanderMeulen 5fb0341f4e Merge b2g-inbound to m-c. 2013-08-28 22:48:03 -04:00
Ryan VanderMeulen 13c41ba7eb Merge fx-team to m-c. 2013-08-28 22:24:08 -04:00
Margaret Leibovic 569e974697 Bug 909979 - Fix off-by-one error when long clicking views in BrowserSearch list. r=sriram 2013-08-28 17:42:32 -07:00
Ryan VanderMeulen 1af64cad4b Bug 907745 - Disable new gralloc textures to see if it fixes B2G mochitest-3 hangs. r=mwu
CLOSED TREE
2013-08-28 20:06:44 -04:00
Mark Hammond 8b4ef54436 Bug 891218 (part 4) - Fix worker reload tests. r=felipe
Fix reload test to wait for pending messages
2013-08-29 09:45:59 +10:00
Mark Hammond 818eddebba Bug 891218 (part 3) - avoid using a DOM document in social.cookies-get message. r=mixedpuppy 2013-08-29 09:45:58 +10:00
Mark Hammond 70b7a86b35 Bug 891218 (part 2) - host the social Frameworker in a remote browser. r=felipe
--HG--
rename : toolkit/components/social/FrameWorker.jsm => toolkit/components/social/FrameWorkerContent.js
2013-08-29 09:45:58 +10:00
Mark Hammond 98cb317bef Bug 891218 (part 1) - avoid using a DOM document in updateProvider - r=mixedpuppy 2013-08-29 09:45:58 +10:00
Eric Faust bdd003828a Bug 905999 - Part 3: Only generate Array.length stubs in idempotent caches with accurate TI. (r=bhackett)
Relanding after erroneous backout on a CLOSED TREE.
2013-08-28 16:12:59 -07:00
Eric Faust 5db80cc71c Bug 905999 - Part 2: Store cache location data in IonScript for runtime lookup. (r=nbp) 2013-08-28 16:12:59 -07:00
Eric Faust 87b6504c44 Bug 905999 - Part 1: Get accurate location data for idempotent GetPropertyCaches. (r=nbp) 2013-08-28 16:12:59 -07:00
Eric Faust d23d2c884f Bug 905999 - Part 0: Implement InlineConcatList for union-based algorithms. (r=nbp) 2013-08-28 16:12:59 -07:00
Eric Faust 89780b6a89 Bug 909989 - Part 2: Use DataPtr in visit*IC instead of direct pointers. (r=nbp) 2013-08-28 16:12:59 -07:00
Eric Faust 71945bd7b4 Bug 909989 - Part 1: Implement DataPtr to refer to objects in runtimeData_. (r=nbp) 2013-08-28 16:12:59 -07:00
Eric Faust 7125903f48 Bug 909989 - Part 0: Use runtimeData_ offsets instead of cacheList_ offsets to refer to ICs. (r=nbp) 2013-08-28 16:12:59 -07:00
Eric Faust b8833eea9b Bug 909340 - Follow up: Fix compartmental tp failures on a CLOSED TREE. (r=bz over IRC) 2013-08-28 20:18:13 -07:00
Ryan VanderMeulen c89195bacb Backed out 7 changesets (bug 905999, bug 909989) for Linux tp crashes on a CLOSED TREE.
Backed out changeset 3bb7a1c950a3 (bug 905999)
Backed out changeset a95e00dbefea (bug 905999)
Backed out changeset f66ece725f98 (bug 905999)
Backed out changeset f7779522f6f6 (bug 905999)
Backed out changeset 91b14e27101a (bug 909989)
Backed out changeset f1842e91034d (bug 909989)
Backed out changeset ccc30b7c2277 (bug 909989)
2013-08-28 21:53:28 -04:00
Ryan VanderMeulen 1aca62641c Backed out changeset 70153e30c826 (bug 823822) for bringing back the crashtest failures it was supposed to be fixing.
CLOSED TREE
2013-08-28 20:52:02 -04:00
Ryan VanderMeulen b17f61ee7b Backed out 2 changesets (bug 909447, bug 909441) for jit-test failures on a CLOSED TREE.
Backed out changeset 3300c750cd53 (bug 909447)
Backed out changeset b1b242a80ef7 (bug 909441)
2013-08-28 20:18:00 -04:00
Ryan VanderMeulen 675c5a5a39 Backed out changeset 3a1f27080f9c (bug 906811) for Linux mochitest failures. 2013-08-28 20:15:34 -04:00
Benjamin Bouvier 1965b55de6 Bug 908001: Reuse default block for non cases in giant sparse switch tables in Odin; r=mjrosenb 2013-08-28 17:03:29 -07:00
Ben Turner 31d9221a27 Bug 823822 - Reenable test and fix worker assertion. 2013-08-28 16:36:20 -07:00
Robert Strong 7328385057 Test only - additional logging for Bug 909489 - Intermittent test_0202_app_launch_apply_update_dirlocked.js | Test timed out | test failed (with xpcshell return code: 1). r=bbondy 2013-08-28 15:42:43 -07:00
Gaia Pushbot 304dd32f12 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/f400eac8b283
Author: b2gautomation <jonallengriffin@gmail.com>
Desc: Bug 907941 - gaia-ui-tests-pushbot (see bug)
2013-08-28 14:15:44 -07:00
Gaia Pushbot 08d803bb2d Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/99bfb0777703
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 906748 - [Messages] We don't see the cursor when we remove a "number" recipient r=julienw

https://bugzilla.mozilla.org/show_bug.cgi?id=906748

- If nothing "typed" on keyup, assume isDeletingRecipient
- Updates unrelated test in thread_ui

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-28 14:15:22 -07:00
Ryan VanderMeulen 2cd2506f4c Backed out changeset b3bea36ce719 (bug 901607) for mochitest-mc orange.
CLOSED TREE
2013-08-28 16:58:25 -04:00
Ryan VanderMeulen d5604b3c54 Backed out changeset 747b66a08641 (bug 878691) for not being ready to land yet.
CLOSED TREE
2013-08-28 16:51:05 -04:00
Ryan VanderMeulen 3824cbd433 Backed out changeset a7a66112a560 (bug 900865) for mochitest-bc crashes. 2013-08-28 16:50:53 -04:00
Mark Capella 545a08c4e8 Bug 908861 - Prevent dismissal of text selection handles during drag, r=margaret 2013-08-28 15:45:42 -04:00
Gaia Pushbot 710845b5ac Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/b52b2c39126c
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Revert "Merge pull request #11777 from evanxd/bug-863999"

This reverts commit f56f364d7af0409729954748122d9e38a6480e82, reversing
changes made to eb48d3682e045c94b650323b5a55898afdf3e3b1.
2013-08-28 12:45:23 -07:00
Michael Wu e8b9fd2e97 Bug 895531 - Add support for webrtc pulseaudio backend on gonk, r=rjesup 2013-08-28 15:43:47 -04:00
Chris AtLee 78b9d53fab Bug 885630: gecko configs for emulator-jb builds. r=aki DONTBUILD
--HG--
extra : transplant_source : 7%DE%0E%F6X%92%8F%E5n%F4%AA%82%3Fx%12%8A%09upK
2013-08-28 13:45:08 -04:00
Mark Finkle 6e7aba3837 Backout 193e7c0052a9, suspicion of regression a talos test (bug 910274) and sync failures (bug 910289) 2013-08-28 12:10:07 -04:00
Ed Morley a78d9a78ec Merge latest green fx-team changeset and mozilla-central 2013-08-28 16:20:35 +01:00
Ed Morley bd9df24b9d Merge latest green inbound changeset and mozilla-central 2013-08-28 16:18:51 +01:00
Rudy Lu a8df1076db Bug 909124 - [b2g desktop] shell.js did not get correct mozbrowserloadstart event to send Gaia the pending chromeEvents. r=fabrice
CLOSED TREE
2013-08-28 07:58:27 -04:00
Ryan VanderMeulen 7e3f8fa1eb Backed out changeset cd6c3d55bbc9 (bug 906096) for B2G test bustage.
--HG--
rename : dom/inputmethod/Keyboard.jsm => b2g/components/Keyboard.jsm
rename : dom/inputmethod/MozKeyboard.js => b2g/components/MozKeyboard.js
2013-08-28 13:26:29 -04:00
Pin Zhang 44042ba908 Bug 870676: Part 2 - Implement IPDL for mozFMRadio. r=khuey CLOSED TREE 2013-08-28 10:25:09 -07:00
Pin Zhang f4439163ed Bug 870676: Part 1 - Implement mozFMRadio in WebIDL. r=khuey,baku 2013-08-28 10:24:23 -07:00