Commit Graph

152290 Commits

Author SHA1 Message Date
Brian R. Bondy
c7b9162fc1 Bug 931998 - Enable MOZ_CONTENT_SANDBOX for XP_UNIX instead of XP_LINUX so it gets included in B2G. r=bsmedberg 2013-10-28 20:28:21 -07:00
Phil Ringnalda
428c2fc5bc Merge m-c to m-i 2013-10-28 17:14:46 -07:00
Andrea Marchesini
fac0bfead2 Bug 925594 - WebIDL enum for AudioChannel in HTMLMediaElement, r=ehsan, r=khuey 2013-10-28 17:08:14 -07:00
Phil Ringnalda
1727f3b3f1 Merge m-i to m-c 2013-10-28 16:57:08 -07:00
Boris Zbarsky
1cb104402c Bug 924402. When an object that can only be returned from [NewObject] methods is used in a dictionary, just skip generating a ToObject for that dictionary. r=peterv 2013-10-28 19:34:08 -04:00
Boris Zbarsky
a2d41494a8 Bug 931971. Rev the nsIDOMGeoGeolocation iid. r=smaug 2013-10-28 19:34:07 -04:00
Christian Holler
b88ba8dbad Bug 829617 - Make access to gTimestamp in HangMonitor atomic. r=froydnj
--HG--
extra : rebase_source : d40c8aee4dec4da601d451e29eb84c679ec60e9c
2013-10-29 00:29:00 +01:00
Mike Hommey
eb570b25ef Bug 928244 - Add a UNIFIED_SOURCES variable to moz.build to trigger unified builds of the given sources. r=gps 2013-10-29 08:00:32 +09:00
Brian R. Bondy
4d159c0649 Bug 922756 - Changes to import of Chromium sandbox so that it's buildable. r=aklotz 2013-10-28 14:54:46 -07:00
Brian R. Bondy
5763932590 Bug 922756 - Initial import of subset of Chromium sandbox. r=aklotz 2013-10-28 14:54:42 -07:00
Brian R. Bondy
f0bbd6b4f3 Bug 922756 - Build config for Chromium sandbox. r=bsmedberg
--HG--
rename : security/sandbox/LICENSE => security/sandbox/linux/LICENSE
rename : security/sandbox/Makefile.in => security/sandbox/linux/Makefile.in
rename : security/sandbox/Sandbox.cpp => security/sandbox/linux/Sandbox.cpp
rename : security/sandbox/Sandbox.h => security/sandbox/linux/Sandbox.h
rename : security/sandbox/android_arm_ucontext.h => security/sandbox/linux/android_arm_ucontext.h
rename : security/sandbox/android_i386_ucontext.h => security/sandbox/linux/android_i386_ucontext.h
rename : security/sandbox/android_ucontext.h => security/sandbox/linux/android_ucontext.h
rename : security/sandbox/arm_linux_syscalls.h => security/sandbox/linux/arm_linux_syscalls.h
rename : security/sandbox/linux_seccomp.h => security/sandbox/linux/linux_seccomp.h
rename : security/sandbox/linux_syscalls.h => security/sandbox/linux/linux_syscalls.h
rename : security/sandbox/moz.build => security/sandbox/linux/moz.build
rename : security/sandbox/seccomp_filter.h => security/sandbox/linux/seccomp_filter.h
rename : security/sandbox/x86_32_linux_syscalls.h => security/sandbox/linux/x86_32_linux_syscalls.h
rename : security/sandbox/x86_64_linux_syscalls.h => security/sandbox/linux/x86_64_linux_syscalls.h
2013-10-28 14:54:36 -07:00
Lukas Blakk
b28a096524 Merging in version bump NO BUG 2013-10-28 13:37:48 -07:00
Lukas Blakk
6521da87a3 Added tag FIREFOX_AURORA_27_BASE for changeset 05025f4889a0 2013-10-28 13:36:59 -07:00
Benjamin Bouvier
2b7ce81876 Bug 930993: In out of line truncate, restore registers in the correct order; r=jandem 2013-10-28 19:46:22 +01:00
Brian R. Bondy
66dccd9d5b Bug 931429 - Fix PR_LOG compiling error for sandbox code on Linux. r=kang 2013-10-28 14:42:26 -07:00
Brian Hackett
dc6e6422e1 Bug 931496 - Check for compileability when eagerly baseline compiling inlined scripts, r=jandem. 2013-10-28 12:43:39 -06:00
Ed Morley
f573d01d8a Merge mozilla-central and inbound 2013-10-28 18:36:22 +00:00
Ed Morley
e07a40f581 Bug 751539 - Disable test_played.html again because surprise surprise it is still failing 2013-10-28 17:45:33 +00:00
Ed Morley
32cb96fcc0 Bug 703806 - Mark as-image/img-blobURI-2.html as random for too many intermittent failures 2013-10-28 17:45:33 +00:00
Ed Morley
0216df4a9f Bug 921984 - Disable browser_tabview_bug624265_perwindowpb.js until bug 930202 is fixed 2013-10-28 17:45:33 +00:00
Dan Gohman
2d5322dd13 Bug 931486 - SpiderMonkey: Misc x86 assembler spew fixes. r=sstangl 2013-10-28 10:44:53 -07:00
Dan Gohman
725adf4fa1 Bug 910782 - SpiderMonkey: Use absolute addresses instead of offsets for the interpreter's jump table. r=luke 2013-10-28 10:32:50 -07:00
Dan Gohman
69719b340e Bug 910782 - SpiderMonkey: Micro-optimize the interpreter's dispatch mechanism. r=luke 2013-10-28 10:32:50 -07:00
Dan Gohman
690d21f669 Bug 910782 - SpiderMonkey: Reorder top-level contents of js::Interpret for readability. r=luke 2013-10-28 10:32:50 -07:00
Dan Gohman
9b612de235 Bug 910782 - SpiderMonkey: Reduce indirection in InterpreterActivation. r=luke 2013-10-28 10:32:50 -07:00
Dan Gohman
a70fd06cda Bug 910782 - SpiderMonkey: Implement indirect-goto-based opcode dispatch. r=luke 2013-10-28 10:32:50 -07:00
Dan Gohman
fb65c72deb Bug 910782 - SpiderMonkey: Eliminate a copy which is no longer hot. r=luke 2013-10-28 10:32:50 -07:00
Dan Gohman
46ea6ac163 Bug 910782 - SpiderMonkey: Cleanup interpreter switch cases. r=luke 2013-10-28 10:32:50 -07:00
Dan Gohman
2af156939e Bug 910782 - SpiderMonkey: Rename BEGIN_CASE to CASE. r=luke 2013-10-28 10:32:49 -07:00
Dan Gohman
df2fa3ffc5 Bug 910782 - SpiderMonkey: Introduce ADVANCE_AND_DISPATCH to simplify a common idiom. r=luke 2013-10-28 10:32:49 -07:00
Dan Gohman
96f54e8bef Bug 910782 - SpiderMonkey: Wrap several gotos in macros. r=luke 2013-10-28 10:32:49 -07:00
Ehsan Akhgari
a67f5d96bb Bug 924069 - Dispatch the "select" event only for HTML{Input,TextArea}Element.setRangeText; r=smaug 2013-10-28 13:22:38 -04:00
Ed Morley
16bd3dad2c Bug 922427 - Disable browser_491168.js until bug 930202 hopefully fixes the intermittent failures
--HG--
extra : transplant_source : %F0K%9B%28%F6%9A/%3B%045%E4%07K%90%95%8C%18%7C%81%06
2013-10-28 15:39:02 +00:00
Ed Morley
47972744f0 Bug 921635 - Disable test_HTMLAppletElement*.html on OS X on suspicion of causing dom-level* suite timeouts
--HG--
extra : transplant_source : f%2A%FB%DCVG%96M%A1%03%0F0%A3%11k%D2%C0%05%3A%A2
2013-10-28 15:39:02 +00:00
Ed Morley
f05679dbe6 Bug 637806 - Disable test_titlebar.xul on Linux for too many intermittent failures
--HG--
extra : transplant_source : %8A%BEZU%22%F8%FC%A3%91d%5CR%10%B1%40%F9N%D4%40%8F
2013-10-28 15:39:01 +00:00
Ed Morley
cf9813a9ad Bug 931889 - Disable browser_thumbnails_background.js on Linux for too many intermittent failures 2013-10-28 17:01:51 +00:00
Carsten "Tomcat" Book
2769e506ae Backed out changeset 5506e7033c85 (bug 925594) perma-orange mochitest test-failure on b2g-ics
--HG--
extra : transplant_source : %19E%9F_%BF%84%27%11%0D%DE%CA.%E7%09%9D%FD3%1A2U
2013-10-28 15:34:08 +01:00
Ed Morley
98005e7dd6 Merge latest green b2g-inbound changeset and mozilla-central 2013-10-28 15:43:40 +00:00
Gaia Pushbot
d9cb4ab045 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/166023c341cc
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #13125 from askeing/bug_912010

Bug 912010 - [Gaia-UI-Test] Wait for keyboard key element before finding the element, r=wachen

========

https://hg.mozilla.org/integration/gaia-central/rev/dd2d0af273d5
Author: askeing <askeing@gmail.com>
Desc: Bug 912010 - [Keyboard][V1.2] Default Keyboard when all keyboards are de-selected
2013-10-28 03:50:23 -07:00
Gaia Pushbot
32977ae0ed Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/181deb3d3ba3
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #13029 from KevinGrandon/bug_929943_settings_polyfill_removal

Bug 929943 - [Settings] Remove input type=range polyfill r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/67e8e53fa765
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 929943 - [Settings] Remove input type=range polyfill
2013-10-28 03:25:24 -07:00
Gaia Pushbot
9b613bbf69 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9c39fc940d76
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #13131 from snowmantw/issue930362

Bug 930362 - [LockScreen] The icons background would light up when touch on them

========

https://hg.mozilla.org/integration/gaia-central/rev/29cde2ae7c91
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 930362 - [LockScreen] The icons background would light up when touch on them
2013-10-28 03:05:26 -07:00
Gaia Pushbot
9f242646b8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/522d17d2b730
Author: Joan Leon <joan@nucliweb.net>
Desc: Merge pull request #13128 from nucliweb/929565_Show_Password

Bug 929565 - [B2G][Settings][Wi-Fi] "Show Password" checkbox overlaps text

========

https://hg.mozilla.org/integration/gaia-central/rev/16797a81b47a
Author: nucliweb <joan@nucliweb.net>
Desc: Bug 929565 - [B2G][Settings][Wi-Fi] "Show Password" checkbox overlaps text
2013-10-28 02:50:25 -07:00
Szu-Yu Chen [:aknow]
f903f4eb9d Bug 919414 - Part 2: Modify tests. r=hsinyi 2013-10-28 17:22:44 +08:00
Szu-Yu Chen [:aknow]
9d6c0f2966 Bug 919414 - Part 1: Clear existing calls in test setup. r=hsinyi 2013-10-28 17:21:16 +08:00
Gaia Pushbot
540ee91255 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6eebea42f3f6
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #13123 from pivanov/bug-931555

Bug 931555 - [Bluetooth] - wrong button style on file transfer failed screen

========

https://hg.mozilla.org/integration/gaia-central/rev/55ca2e71c1af
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 931555 - [Bluetooth] - wrong button style on file transfer failed screen
2013-10-28 02:15:24 -07:00
Gaia Pushbot
4ae240d68f Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/31c586470ff2
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #12779 from bmac/924846

Bug 924846 - [Keyboard][V1.2] Selected keyboard cannot be displayed whil...
r=gchen

========

https://hg.mozilla.org/integration/gaia-central/rev/0603b7b9c2ba
Author: bmac <bmac325@GMail.com>
Desc: Bug 924846 - [Keyboard][V1.2] Selected keyboard cannot be displayed while switching the keyboard between built-in keyboard and third party keyboard
2013-10-28 01:30:23 -07:00
Gene Lian
75c6552f86 Bug 915071 - Panel screen is still off while 2nd incoming call in dialling. r=hsinyi a=koi+ 2013-10-28 14:07:28 +08:00
Gaia Pushbot
26a43a1fd9 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d2632e2be46d
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 909689 - Set data connection text based on the network mode and the existence of calls r=alive
2013-10-27 21:45:24 -07:00
Gaia Pushbot
8dcaa20f34 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/33b06ed662ee
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "Bug 909689 - Set data connection text based on the network mode and the existence of calls"

This reverts commit d505b37f2e856d0cf7c7cd5b37c02eec44f06b7d.
2013-10-27 21:25:25 -07:00
Gaia Pushbot
da5c227cca Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8e5ab4582834
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #13024 from MBRSL/eng-mode

Bug 913385 - Add Hardware tests mode r=evelyn,zac

========

https://hg.mozilla.org/integration/gaia-central/rev/7c55c55ae7f6
Author: Tom Jao <tjao@mozilla.com>
Desc: Bug 913385 - Add Hardware tests mode r=evelyn

    This patch organize old tests into API and UI parts, and add new Hardware tests.
    Also, there are some minor fixes on existing tests.
    HW tests mode provide the following tests:

    Audio loop
    Battery
    Bluetooth
    Camera
    Headphone
    LCD
    Physical keys
    Ringer
    SDCard
    Sensors
    Touch screen
    Vibrator
2013-10-27 21:15:25 -07:00