Reuben Morais
7be5760ac1
Backed out changeset 3e4f6dd35a2b (bug 932763)
2013-10-30 19:48:46 -02:00
Kartikaya Gupta
e08ba777b1
Bug 906877 - Remove code obsoleted by multi-apzc. r=BenWa, vingtetun
...
Now that we have multi-APZC landed, we don't need BrowserElementPanning
to detect when it's about to scroll a subframe and let APZC know. So
the two messages involved in this can be completely removed.
2013-10-30 17:06:15 -04:00
Reuben Morais
c24f344dbb
Bug 932763 - Setting mozContact's array properties to an empty array should work. r=gwagner
2013-10-30 18:22:16 -02:00
Ryan VanderMeulen
c5d90671d1
Backed out 9 changesets (bug 814625) for desktop build bustage.
...
Backed out changeset a107de5616a0 (bug 814625)
Backed out changeset 416665a419f4 (bug 814625)
Backed out changeset b6fc8734864f (bug 814625)
Backed out changeset 9f5e2e44a914 (bug 814625)
Backed out changeset 17b3050df362 (bug 814625)
Backed out changeset 43a047c081c8 (bug 814625)
Backed out changeset 90bdcd099320 (bug 814625)
Backed out changeset 8957cc31cce2 (bug 814625)
Backed out changeset de45eb7a8d16 (bug 814625)
2013-10-30 15:48:39 -04:00
Mike Habicher
01d4c2e813
Bug 807058 - Expose thumbnail size capability and control properties. r=sotaro, r=jst
2013-10-30 15:41:08 -04:00
Sotaro Ikeda
723dc24f51
Bug 932076 - Add check for MediaExtractor creation failure. r=doublec
2013-10-30 15:41:07 -04:00
Andrea Marchesini
dc57aaff10
Bug 931307 - Remove "!aTitle.IsEmpty()" assertion. r=mhenretty
2013-10-30 15:41:07 -04:00
Gregory Szorc
c3bf301e4f
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
Richard Newman
fdbfcf7d24
Merge m-c to s-c.
2013-10-29 19:20:42 -07:00
Jim Mathies
8d45d75289
Bug 931763 - Simplify handling of first touch start and touch move in MetroInput. r=tabraldes
2013-10-29 20:51:00 -05:00
Jim Mathies
6c63a152ba
Bug 918273 - Fix: ContentReceivedTouch doesn't actually cancel event processing in the apzc. r=kats
2013-10-29 20:51:00 -05:00
Jim Mathies
1b4c5c5105
Bug 931504 - Fire touchcancel to content for every touch point the apz consumes. r=tabraldes
2013-10-29 20:51:00 -05:00
Jim Mathies
731d75722b
Bug 931146 - Set FrameMetrics mMayHaveTouchListeners for all frames that call RecordFrameMetrics. Fixes missing touch info for sub documents. r=tnikkel,kats
2013-10-29 20:51:00 -05:00
Wes Kocher
9e8ba0656b
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
af78dbf4a5
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
Richard Newman
97b12480eb
Bug 925521 - Fix yet another test with a hardcoded version. r=me
2013-10-29 15:00:35 -07:00
Trevor Saunders
239027e36b
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
98ec75f9e6
Bug 930048 - Remove need to read objects directly when optimizing singleton accesses, r=jandem.
2013-10-29 16:10:59 -06:00
Gregory Szorc
4c8f0feb82
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
Brian Nicholson
0befe34a3a
Backed out changeset 8ebfd8ca2b65 for robocop failures. CLOSED TREE
...
--HG--
rename : mobile/android/base/WebApp.java => mobile/android/base/WebAppImpl.java
2013-10-29 12:33:47 -07:00
Brian Nicholson
3341ed1e3c
Bug 929865 - Use <activity-alias> to wrap activities in generated namespace. r=nalexander
...
--HG--
rename : mobile/android/base/WebAppImpl.java => mobile/android/base/WebApp.java
2013-10-29 10:52:31 -07:00
Dave Camp
960780453b
Bug 897194: Use outer window ID to match toolbox to tab rather than assuming the currently-selected tab. r=bgrins
2013-10-29 10:47:16 -07:00
Richard Newman
cbfcd6d016
Bug 925521 - Follow-up: context search changes. r=gps
2013-10-29 09:24:46 -07:00
Ed Morley
c9df655c01
Really fix whitespace change made during conflict resolution (no bug) :-)
2013-10-29 14:38:59 +00:00
Carsten "Tomcat" Book
e0bb2921fe
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
8def22b731
Merge b2g-inbound to Mozilla-Central
2013-10-29 15:14:46 +01:00
Carsten "Tomcat" Book
968fa82d4a
Merge Fx-team to Mozilla-Central
2013-10-29 13:22:29 +01:00
Phil Ringnalda
fb73812f4a
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
affcf140d6
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
Richard Newman
d855131238
Bug 925521 - Follow-up: change measurement version in browser_contextSearchTabPosition.js. r=me
2013-10-28 21:37:35 -07:00
Marina Samuel
d89a79e592
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
bbffd1ef44
Merge m-c to f-t
2013-10-28 17:13:23 -07:00
Phil Ringnalda
5fff789551
Merge m-i to m-c
2013-10-28 16:57:08 -07:00
Brian R. Bondy
e4698a14ab
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
52aea6cfef
Bug 922756 - Initial import of subset of Chromium sandbox. r=aklotz
2013-10-28 14:54:42 -07:00
Brian R. Bondy
de45bd4422
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
48b7589d99
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
1fcd935dd9
Merging in version bump NO BUG
2013-10-28 13:37:48 -07:00
Lukas Blakk
97805cd862
Added tag FIREFOX_AURORA_27_BASE for changeset 05025f4889a0
2013-10-28 13:36:59 -07:00
Benjamin Bouvier
ef509d1c9a
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
35c298f670
Bug 931429 - Fix PR_LOG compiling error for sandbox code on Linux. r=kang
2013-10-28 14:42:26 -07:00
Brian Hackett
4dd92c58c0
Bug 931496 - Check for compileability when eagerly baseline compiling inlined scripts, r=jandem.
2013-10-28 12:43:39 -06:00
Ed Morley
e41de6bffe
Merge mozilla-central and inbound
2013-10-28 18:36:22 +00:00
Ed Morley
eb481bc9e5
Bug 751539 - Disable test_played.html again because surprise surprise it is still failing
2013-10-28 17:45:33 +00:00
Ed Morley
c3391cdd3e
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
75cbcac917
Bug 921984 - Disable browser_tabview_bug624265_perwindowpb.js until bug 930202 is fixed
2013-10-28 17:45:33 +00:00
Dan Gohman
93102744c9
Bug 931486 - SpiderMonkey: Misc x86 assembler spew fixes. r=sstangl
2013-10-28 10:44:53 -07:00
Dan Gohman
7669883a0b
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
4fe9d3557b
Bug 910782 - SpiderMonkey: Micro-optimize the interpreter's dispatch mechanism. r=luke
2013-10-28 10:32:50 -07:00
Dan Gohman
c09f05e33e
Bug 910782 - SpiderMonkey: Reorder top-level contents of js::Interpret for readability. r=luke
2013-10-28 10:32:50 -07:00