Michael Comella
|
268ce813fb
|
Bug 915918 - Part 2: openUrl -> openUrlAndExitEditingMode. r=lucasr
|
2013-10-14 17:10:27 -07:00 |
|
Michael Comella
|
7cdbae322c
|
Bug 915918 - Part 1.5: Refactor hiding of BrowserSearch and HomePager into onStopEditing. r=lucasr
|
2013-10-23 15:18:22 -07:00 |
|
Michael Comella
|
64eff6c004
|
Bug 915918 - Part 1: Select previously selected tab upon editing mode exit. r=lucasr
|
2013-10-21 12:11:08 -07:00 |
|
Michael Comella
|
e7056a3167
|
Bug 924480 - Part 2: Disable TalkBack access to Gecko with HomePager displayed. r=eeejay,lucasr
|
2013-10-18 09:40:28 -07:00 |
|
Michael Comella
|
77c82bc50d
|
Bug 924480 - Part 1.5: Make HomePager focusable. r=lucasr
|
2013-10-23 12:15:34 -07:00 |
|
Michael Comella
|
59ea850c6e
|
Bug 924480 - Part 1: Make search_container focusable before browser_toolbar. r=bnicholson
|
2013-10-17 13:32:57 -07:00 |
|
Ed Morley
|
b0188b5d55
|
Merge mozilla-central and fx-team
|
2013-10-29 16:40:05 +00:00 |
|
Robert Strong
|
476f160360
|
xpcshell test change only - Bug 932022 - xpcshell test downloadResumeForSameAppVersion.js always leaves behind downloadResumeForSameAppVersion_applyToDir ater it finishes. r=bbondy
|
2013-10-29 07:55:01 -07:00 |
|
Ed Morley
|
19ccff91ca
|
Really fix whitespace change made during conflict resolution (no bug) :-)
|
2013-10-29 14:38:59 +00:00 |
|
Carsten "Tomcat" Book
|
96cf8f6c7f
|
Fix whitespace changes made during conflict resolution (no bug) DONTBUILD
--HG--
extra : amend_source : 5aa8910ac61d7b9335de315f1caee041eac4271e
|
2013-10-29 15:26:49 +01:00 |
|
Carsten "Tomcat" Book
|
532dda1a16
|
Merge b2g-inbound to Mozilla-Central
|
2013-10-29 15:14:46 +01:00 |
|
Mark Capella
|
68ac825493
|
Bug 906402 - security exception when checking signature of favicon, r=mfinkle
|
2013-10-29 08:42:37 -04:00 |
|
Carsten "Tomcat" Book
|
89ad3c0e41
|
Merge Fx-team to Mozilla-Central
|
2013-10-29 13:22:29 +01:00 |
|
Lucas Rocha
|
a0ad24b56e
|
Bug 925722 - Handle touch events in HomeSearchListView with onTouchEvent (r=sriram)
|
2013-10-29 11:26:25 +00:00 |
|
Phil Ringnalda
|
b679ae2f4c
|
Back out 0a88dee3b92b:dc5cc7d7b84d (bug 911889) for beaucoup unexpected assertions
--HG--
extra : rebase_source : a2a13633b6028c99a3c732dbbafe8c800bc32071
|
2013-10-28 23:38:02 -07:00 |
|
Gaia Pushbot
|
7edea409cc
|
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========
https://hg.mozilla.org/integration/gaia-central/rev/d2dbad943faf
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #12736 from EragonJ/bug-901852
Bug 901852 - [sms][mms] don't run the time header scheduler if the page ...
========
https://hg.mozilla.org/integration/gaia-central/rev/b9681771cba1
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 901852 - [sms][mms] don't run the time header scheduler if the page is hidden
- call TimeHeaderScheduler at right time
- add related tests
|
2013-10-28 22:36:24 -07:00 |
|
Marina Samuel
|
0103a93247
|
Bug 925457: Clicking the urlbar should reset tap coordinates to null so we never decide to shift the browser. r=jmathies
|
2013-10-29 00:17:45 -04:00 |
|
Phil Ringnalda
|
4a54aaf0d2
|
Merge m-c to f-t
|
2013-10-28 17:13:23 -07:00 |
|
Phil Ringnalda
|
2fab6fc269
|
Merge m-i to m-c
|
2013-10-28 16:57:08 -07:00 |
|
Brian R. Bondy
|
28868558b4
|
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
|
d223207229
|
Bug 922756 - Initial import of subset of Chromium sandbox. r=aklotz
|
2013-10-28 14:54:42 -07:00 |
|
Brian R. Bondy
|
d8605953fb
|
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 |
|
Brian Nicholson
|
acee899306
|
Bug 924968 - Do an update or insert instead of multiple operations when pinning site. r=rnewman
--HG--
extra : rebase_source : 1cef6489007b165f09b29b862b38ec532c57fd2e
|
2013-10-28 13:58:51 -07:00 |
|
Lukas Blakk
|
914f4b3b58
|
Merging in version bump NO BUG
|
2013-10-28 13:37:48 -07:00 |
|
Lukas Blakk
|
cfd47e2927
|
Added tag FIREFOX_AURORA_27_BASE for changeset 05025f4889a0
|
2013-10-28 13:36:59 -07:00 |
|
Benjamin Bouvier
|
815e367091
|
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
|
fcf90538ed
|
Bug 931429 - Fix PR_LOG compiling error for sandbox code on Linux. r=kang
|
2013-10-28 14:42:26 -07:00 |
|
Brian Hackett
|
fc1a731877
|
Bug 931496 - Check for compileability when eagerly baseline compiling inlined scripts, r=jandem.
|
2013-10-28 12:43:39 -06:00 |
|
Ed Morley
|
400d15ba65
|
Merge mozilla-central and inbound
|
2013-10-28 18:36:22 +00:00 |
|
Ed Morley
|
f8854d4989
|
Bug 751539 - Disable test_played.html again because surprise surprise it is still failing
|
2013-10-28 17:45:33 +00:00 |
|
Ed Morley
|
3d579de7eb
|
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
|
8025633e53
|
Bug 921984 - Disable browser_tabview_bug624265_perwindowpb.js until bug 930202 is fixed
|
2013-10-28 17:45:33 +00:00 |
|
Dan Gohman
|
f394f89c9c
|
Bug 931486 - SpiderMonkey: Misc x86 assembler spew fixes. r=sstangl
|
2013-10-28 10:44:53 -07:00 |
|
Dan Gohman
|
5e360131de
|
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
|
7730aff58a
|
Bug 910782 - SpiderMonkey: Micro-optimize the interpreter's dispatch mechanism. r=luke
|
2013-10-28 10:32:50 -07:00 |
|
Dan Gohman
|
599cc0e771
|
Bug 910782 - SpiderMonkey: Reorder top-level contents of js::Interpret for readability. r=luke
|
2013-10-28 10:32:50 -07:00 |
|
Dan Gohman
|
2421133503
|
Bug 910782 - SpiderMonkey: Reduce indirection in InterpreterActivation. r=luke
|
2013-10-28 10:32:50 -07:00 |
|
Dan Gohman
|
a68d82c0d6
|
Bug 910782 - SpiderMonkey: Implement indirect-goto-based opcode dispatch. r=luke
|
2013-10-28 10:32:50 -07:00 |
|
Dan Gohman
|
a41a024a2c
|
Bug 910782 - SpiderMonkey: Eliminate a copy which is no longer hot. r=luke
|
2013-10-28 10:32:50 -07:00 |
|
Dan Gohman
|
c882f9f370
|
Bug 910782 - SpiderMonkey: Cleanup interpreter switch cases. r=luke
|
2013-10-28 10:32:50 -07:00 |
|
Dan Gohman
|
8fcd3c8e03
|
Bug 910782 - SpiderMonkey: Rename BEGIN_CASE to CASE. r=luke
|
2013-10-28 10:32:49 -07:00 |
|
Dan Gohman
|
9b73ceba15
|
Bug 910782 - SpiderMonkey: Introduce ADVANCE_AND_DISPATCH to simplify a common idiom. r=luke
|
2013-10-28 10:32:49 -07:00 |
|
Dan Gohman
|
0543056b0e
|
Bug 910782 - SpiderMonkey: Wrap several gotos in macros. r=luke
|
2013-10-28 10:32:49 -07:00 |
|
Ehsan Akhgari
|
28e7e66df8
|
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
|
47b7a70343
|
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
|
81707ec2b5
|
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
|
282726ca59
|
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
|
3ca13ec418
|
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
|
c225f46a40
|
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
|
3f39bc3bf3
|
Merge latest green b2g-inbound changeset and mozilla-central
|
2013-10-28 15:43:40 +00:00 |
|