Commit Graph

239917 Commits

Author SHA1 Message Date
George Wright
ff39b06f93 Bug 1155359 - Set NS_FRAME_IS_BIDI on nsTextBoxFrame if text direction is set to RTL r=roc 2015-04-15 16:00:29 -04:00
Ralph Giles
045cce50bf Bug 1154972 - Don't remove upstream libvpx repo. r=kinetik
From df2e0cd12753c147a3bd59f300c507a8246bcd52 Mon Sep 17 00:00:00 2001
This speeds up incremental updates from upstream, or debugging
update script issues.

Note that this changes the behaviour of the update script without
the --commit argument. Previously that would do a fresh clone and
one would get the lastest upstream default branch. Now without a
specific --commit argument, it will re-use an existing checkout
if one is in tree, so take care to update the repo's HEAD to what
you want first.
2015-04-15 13:45:50 -07:00
Ralph Giles
7b7046e809 Bug 1148639 - Disable unified build for libvpx. r=kinetik
From 79bdcf3f30dd70c3fe95fc6e5adb2f8961e640fd Mon Sep 17 00:00:00 2001
This fixes a build problem with the most recent import on msvc.
In general upstream doesn't support our method of concatenating
source files to speed up compilation. Rather than hand-maintaining
a list of exceptions and risking silent mis-compiles, it's better
just to compile every module individually.
2015-04-15 13:43:17 -07:00
Ryan VanderMeulen
caaefaec3e Merge m-c to fx-team. a=merge 2015-04-15 15:35:46 -04:00
Ryan VanderMeulen
4bacd232a9 Bug 1123563 - Remove extra space that was accidentally added. a=bustage 2015-04-15 15:33:19 -04:00
Jim Chen
295647565d Bug 1072529 - Only create GeckoEditable once; r=esawin 2015-04-15 15:21:32 -04:00
Jim Chen
a0c0503116 Bug 1152124 - Clear spans when initializing for newly-focused editor; r=esawin 2015-04-15 15:21:32 -04:00
Jim Chen
36d04f08a4 Bug 1152123 - Handle commit/cancel composition events in GeckoEditable; r=esawin 2015-04-15 15:21:32 -04:00
Ryan VanderMeulen
af92750d73 Merge m-c to fx-team. a=merge
IGNORE IDL
2015-04-15 15:20:08 -04:00
Ryan VanderMeulen
b85ddc0c06 Merge fx-team to m-c. a=merge
IGNORE IDL CHANGES
2015-04-15 15:10:44 -04:00
Ryan VanderMeulen
5e3f67d168 Merge inbound to m-c. a=merge 2015-04-15 14:52:15 -04:00
Ryan VanderMeulen
ce2e5cc006 Merge b2g-inbound to m-c. a=merge 2015-04-15 14:50:48 -04:00
Ryan VanderMeulen
a7ac92dddb Bug 1123563 - Annotate test-animated-image-layers.html and test-animated-image-layers-background.html as random on Android and Linux. 2015-04-15 14:45:05 -04:00
Ryan VanderMeulen
17a32c4f8e Bug 1092202 - Skip testGetUserMedia for frequent failures. 2015-04-15 14:39:02 -04:00
Ryan VanderMeulen
40657ed2ef Bug 1097721 - Skip test_mozaudiochannel.html on OSX 10.6 due to intermittent crashes. 2015-04-15 14:35:59 -04:00
Ryan VanderMeulen
499e8c7983 Bug 1021174 - Skip test_bug495145.html on OSX 10.6 due to intermittent crashes. 2015-04-15 14:35:58 -04:00
Ryan VanderMeulen
2ef35be28e Bug 847903 - Skip 691096-1.html on OSX 10.6 due to intermittent crashes. 2015-04-15 14:35:58 -04:00
B2G Bumper Bot
77ecfe66f1 Bumping manifests a=b2g-bump 2015-04-15 11:12:56 -07:00
B2G Bumper Bot
9f367d7a8a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/71d98e4d750c
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1153445 - merge pull request #29512 from sfoster:homescreen-rtl-labels-bug-1153445 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/ff6e0c9436b9
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1153445 - Icon labels shouls be dir=auto. r=kgrandon
2015-04-15 11:10:21 -07:00
Richard Newman
c9cdb34518 Bug 1153973 - Don't blindly apply deletions as insertions. r=nalexander 2015-04-15 10:24:47 -07:00
Dmitry
9cfe2e37e4 Bug 1154676 - Add a null-check for the presshell. r=mstange 2015-04-15 13:15:44 -04:00
Markus Stange
24d332c681 Bug 1156129 - Take border radius into account when calculating the bounds of border display items. r=roc 2015-04-19 20:48:37 -04:00
Xidorn Quan
56bbdffe9e Bug 1149009 - Fix line break suppression on whitespace not contained but wrapped in ruby boxes. r=dbaron 2015-04-20 15:04:09 +12:00
Xidorn Quan
d04731e052 Bug 1146117 - Downgrade the assertion in FindNearestRubyBaseAncestor to warning. r=dbaron 2015-04-20 15:04:09 +12:00
Dan Glastonbury
7985e481fa Bug 1048745 - Query GL for glGetUniformuiv function. r=jgilbert 2015-04-20 12:29:29 +10:00
Dan Glastonbury
c57cdb8e10 Bug 1153386 - All the GLES3 uniform types. r=jgilbert 2015-04-20 12:09:33 +10:00
Ehsan Akhgari
312137cf56 Bug 102663 - Add a test case for pressing space when an image map is focused; r=roc 2015-04-19 18:57:53 -04:00
Ehsan Akhgari
c778906b41 Bug 915962 - Part 2: Add a test case for pressing space when a tabindex=-1 and a button element is focused; r=roc
This is based on test_bug549262.html.
2015-04-19 18:57:52 -04:00
Ehsan Akhgari
a4eed0c51a Bug 915962 - Part 1: Allow pressing space to scroll the document if an editable element or form control is not focused; r=roc 2015-04-19 18:57:50 -04:00
Ehsan Akhgari
ca5f98c8c9 Bug 1155881 follow-up: Make gfxAndroidPlatform::SupportsApzTouchInput const 2015-04-19 17:34:09 -04:00
B2G Bumper Bot
d0792255e9 Bumping manifests a=b2g-bump 2015-04-15 09:20:00 -07:00
B2G Bumper Bot
1e705857fc Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1989e8286330
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1152772 - merge pull request #29508 from KevinGrandon:bug_1152772_downloaded_event_role to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/0749322a9213
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1152772 - [Search] Wait until downloadapplied to filter hidden roles
2015-04-15 09:17:49 -07:00
Martijn Wargers
16a0d144f2 Bug 970728 - Disable test_bug344861.html on b2g because popup window sizing doesn't work well there. r=RyanVM 2015-04-15 17:47:34 +02:00
Kartikaya Gupta
83204f224f Bug 1154614 - Don't try to pick up the same non-reentrant lock twice. r=dvander a=RyanVM 2015-04-15 12:49:28 -04:00
Robert Strong
afff19fa59 Bug 1154603 - useless defined(ANDROID) in nsUpdateDriver.cpp. r=spohl 2015-04-15 08:45:49 -07:00
Robert Strong
972dff5c9f Bug 1154591 - getCanStageUpdates has incorrect checks for Windows and B2G. r=bbondy, r=spohl 2015-04-15 08:44:48 -07:00
Carsten "Tomcat" Book
ca6e9b1a8e Backed out changeset 145f6347bb11 (bug 1137285) depending on the backout of bug 1145049 2015-04-15 17:24:06 +02:00
Carsten "Tomcat" Book
169b19be6b Backed out changeset 120d272971a6 (bug 1137285) 2015-04-15 17:23:18 +02:00
Carsten "Tomcat" Book
8bb50439d1 Backed out changeset 998c4e53c1f8 (bug 1137285) 2015-04-15 17:23:14 +02:00
Carsten "Tomcat" Book
647a8a6ce6 Backed out changeset 3570dbae06e2 (bug 1137285) 2015-04-15 17:23:10 +02:00
Brian Grinstead
5aa77a83c8 Bug 1149346 - DevTools sourceeditor: make selection of an autocomplete item include the full text of the item;r=pbrosset
Previously, there was a case where typing 'a' and then selecting '#about' would
end up with 'about' in the editor.  The selection wasn't taking this situation
into account, so now if the prefix of the autocomplete item contains the entire
text of the line, then replace the first part of the line with the item
2015-04-15 08:15:22 -07:00
Patrick Brosset
f2e91a1d1f Bug 1149346 - First word in selector-search also matches classes and ids; r=harth 2015-04-15 08:15:20 -07:00
Brian Grinstead
9ed0d0821b Bug 969914 - Make developer toolbar match the light devtools theme when applied;r=jwalker,r=pbrosset 2015-04-15 08:12:49 -07:00
Ryan VanderMeulen
63ec051be9 Merge m-c to fx-team. a=merge 2015-04-15 11:09:13 -04:00
Ryan VanderMeulen
b850cb5d1b Merge m-c to b2g-inbound. a=merge 2015-04-15 11:07:45 -04:00
Ryan VanderMeulen
afcdc42527 Bug 1154434 - Bump mozharness.json to revision 4567c42063b7. a=me 2015-04-15 11:03:41 -04:00
B2G Bumper Bot
9d7aae46be Bumping manifests a=b2g-bump 2015-04-15 07:22:19 -07:00
B2G Bumper Bot
90fa79b1da Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0ecde425b576
Author: Greg Weng <snowmantw@gmail.com>
Desc: Revert "Merge pull request #28584 from snowmantw/bug1138799"

This reverts commit 8b899668a5ef6effcd8b2bd84eea5c1450a3f207, reversing
changes made to db200d75c9fa50b78de6f448e234f9bfc6feb9c9.
2015-04-15 07:20:09 -07:00
Carsten "Tomcat" Book
d909ba47c4 Merge mozilla-central to b2g-inbound 2015-04-15 15:11:39 +02:00
Carsten "Tomcat" Book
434f9030e7 merge mozilla-inbound to mozilla-central a=merge 2015-04-15 14:28:05 +02:00