Commit Graph

152420 Commits

Author SHA1 Message Date
Gregory Szorc
113bd2581b Bug 932637 - mach build-backend should invoke config.status with explicit python; r=glandium
DONTBUILD (NPOTB) CLOSED TREE
2013-10-30 08:57:05 -07:00
Wes Kocher
6c5eeabba0 Backed out changeset 4a21dc77dad9 (bug 932280) for inexplicably breaking win7debug browser-chrome tests on a CLOSED TREE 2013-10-29 17:19:15 -07:00
Wes Kocher
48747e25ae Backed out changeset 6a613a7288e1 (bug 931399) for breaking the build on at least Windows on a CLOSED TREE 2013-10-29 16:17:07 -07:00
Trevor Saunders
c5d97f8e2f bug 931399 - shutdown DocAccessible's when the related docshell is destroyed r=bz
When we get to PresShell::Destroy the pres shell and document have already
nulled out their poitners to the docshell which DocAccessible::Shutdown()
needs to remove the document from the command observer.
2013-10-29 17:22:41 -04:00
Brian Hackett
fb4e1bc872 Bug 930048 - Remove need to read objects directly when optimizing singleton accesses, r=jandem. 2013-10-29 16:10:59 -06:00
Gregory Szorc
d13caf7d3e Bug 877308 - Change when build backend update check it performed; r=glandium
Before, we checked if config.status was stale in any entrant Makefile
(top level or child directory). This had undesirable side-effects for
partial tree builds, notably that if the build backend was out of date,
the current Makefile was invalidated.

With this patch, we only regenerate the build config automatically in
full/toplevel builds. If an outdated build config is detected on partial
tree builds, we error. The impact of this is mitigated by having mach
build automatically ensure the build config is current.

--HG--
extra : rebase_source : a3a2c1d2bf68d1c0727352ebd9bfb785654e45bf
2013-10-29 14:53:52 -07:00
Terrence Cole
d22937377d Bug 932364 - Fix an exact rooting hazard around AddSizeOfTab; r=njn
--HG--
extra : rebase_source : cb0ab85f7f850ce3c250dd75ff32a416dba7b153
2013-10-28 10:14:06 -07:00
Terrence Cole
967c793419 Bug 932466 - Fix two exact rooting hazards in dom; r=smaug
--HG--
extra : rebase_source : 8085170b6ab76912962c19dce9e409e2f6026058
2013-10-28 12:35:52 -07:00
Philipp Kewisch
4d8ce17a99 Fix bug 927073 - Binary compatibility broken for maintenance releases due to strict version-script. r=glandium 2013-10-29 21:48:28 +01:00
Mike Hommey
fcf26b0e90 Bug 932153 - Move A11Y_LOG to accessible/src/defs.mk. r=mshal
--HG--
rename : accessible/src/Makefile.in => accessible/src/defs.mk
2013-10-29 13:48:41 +09:00
Tom Schuster
95fe3d2228 Bug 928619 - Stop removing the findbar selection after it closes. r=mikedeboer 2013-10-29 20:28:51 +01:00
Stephen Pohl
0671510313 Bug 931787: Avoid tracking vertical overscrolls on OSX if elastic overscroll is disabled. r=felipe 2013-10-29 15:03:05 -04:00
Jeff Gilbert
e5eaa246c9 Bug 911394 - arrayless drawElements works on ANGLE and Android. - r=bjacob 2013-10-29 11:40:44 -07:00
Jeff Gilbert
782d9a2acb Bug 911394 - Add test for arrayless drawArrays. - r=bjacob 2013-10-29 11:25:46 -07:00
Christian Holler
ab472eb86c Bug 932159 - ASan: Reduce quarantine_size for mochitests to avoid OOM. rs=ted
--HG--
extra : rebase_source : 42cc093284cc38df0763e0b093371f1bc5f8ed86
2013-10-29 18:56:18 +01:00
Malini Das
1e6348aaff Bug 918408 - remove marionette.log file, enable stdout logging via pref for non-debug/non-b2g builds, r=jgriffin 2013-10-29 13:45:13 -04:00
Ethan Hugg
f0456f6520 Bug 901560 - Backout of compatibility-breaking datachannel ice component fix r=jesup 2013-10-29 08:52:04 -07:00
Oleg Romashin
01fd808ef1 Bug 932280 - [Qt] Move moc_ files to Makefile.in in order to pass existance check for autogenerated files. r=Ms2ger 2013-10-29 07:56:53 -07:00
Robert Longson
9f5259ef19 Bug 929011 - Simplify path and transform parsing. r=dholbert 2013-10-29 17:15:39 +00:00
Ed Morley
135057754f Merge mozilla-central and inbound 2013-10-29 16:35:50 +00:00
Dan Gohman
9cfeb2e9e0 Bug 931488 - IonMonkey: Implement computeRange for MArrayPush, MBoundsCheck, MRandom, and some MMathFunctions. r=nbp 2013-10-29 09:18:14 -07:00
Dan Gohman
e34c0b50aa Bug 930714 - SpiderMonkey: Implement extraName() for LUnbox. r=nbp 2013-10-29 09:18:13 -07:00
Geoff Brown
f1b6687d5d Bug 927578 - Wait for visible icon in testReaderMode; r=jmaher 2013-10-29 10:07:58 -06:00
Bill McCloskey
e75a66c0eb Bug 919835 - Make session data collection work with multiple processes (r=ttaubert,Yoric) 2013-10-29 08:44:25 -07:00
Ed Morley
b26fde144d Really fix whitespace change made during conflict resolution (no bug) :-) 2013-10-29 14:38:59 +00:00
Carsten "Tomcat" Book
ae611c8c11 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
ee501ce83b Merge b2g-inbound to Mozilla-Central 2013-10-29 15:14:46 +01:00
Carsten "Tomcat" Book
b1686a288d Merge Fx-team to Mozilla-Central 2013-10-29 13:22:29 +01:00
Phil Ringnalda
98204c9e49 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
1fabfbb898 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
9aec288b54 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
df4308d2de Merge m-c to f-t 2013-10-28 17:13:23 -07:00
Phil Ringnalda
1727f3b3f1 Merge m-i to m-c 2013-10-28 16:57:08 -07: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
Brian Nicholson
532a830e10 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
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