Nicholas Cameron
52026c836d
Bug 897787. New test to catch the scaling bug. r=roc
2013-08-01 16:24:28 +12:00
Nicholas Cameron
af6b2e8ff9
Bug 897787. Test changes. r=roc
2013-08-01 16:22:48 +12:00
Nicholas Cameron
8a2940a22f
Bug 897787. Use background-size in preference to background positioning area size for a background-image's preferered size. r=roc
2013-08-01 16:22:40 +12:00
Nicholas Nethercote
9c23e87963
Bug 898912 (part 10) - Use C++-style casts in TokenStream.cpp. r=till.
...
--HG--
extra : rebase_source : 13b21b9a8c726428850c84baf124a97c8d367abd
2013-07-31 20:50:56 -07:00
Nicholas Nethercote
9d0aae81c0
Bug 898912 (part 9) - Fix comment about Token.u.decimalPoint. r=till.
...
--HG--
extra : rebase_source : 352d2d8df673b030958c4c4765083ff94e63778d
2013-07-31 16:48:24 -07:00
Nicholas Nethercote
a651d6acbd
Bug 898912 (part 8) - Remove the no-effect TSF_IN_HTML_COMMENT flag. r=till.
...
--HG--
extra : rebase_source : fcdddf2dfe1d49647b69befca86708eb0ba93c4d
2013-07-29 23:29:05 -07:00
Nicholas Nethercote
1a0f352535
Bug 898912 (part 7) - Remove dead isCurrentToken* functions. r=till.
...
--HG--
extra : rebase_source : ab272db001bc9f33c1063fdee16c02256e348860
2013-07-29 23:26:34 -07:00
Nicholas Nethercote
9b8aea263c
Bug 898912 (part 6) - Clean up the handling of identifiers. r=till.
...
--HG--
extra : rebase_source : 32582b1d6e17ade8e17f4233e55e2c2024396beb
2013-07-29 20:45:25 -07:00
Nicholas Nethercote
f7b786348d
Bug 898912 (part 5) - Add GetDecimalInteger(), a version of GetPrefixInteger() specialized for decimal integers. r=till.
...
--HG--
extra : rebase_source : ddabc2bd5d2edca38f224c55f289d698e6ab6e3a
2013-07-29 18:31:13 -07:00
Nicholas Nethercote
0842abd84e
Bug 898912 (part 4) - Remove unnecessary FirstCharKinds and reorder FirstCharKind handling. r=till.
...
--HG--
extra : rebase_source : f6a3e8c7ab135b5f4bb97c1e0c2b9da52145d4bb
2013-07-29 18:30:23 -07:00
Nicholas Nethercote
63ded8dde0
Bug 898912 (part 3) - Separate handling of EOLs and whitespace. r=till.
...
--HG--
extra : rebase_source : c494db4a487e311519331c642f9cdb7d9b53a7ff
2013-07-29 18:29:16 -07:00
Nicholas Nethercote
4889d32ca6
Bug 898912 (part 2) - Merge oneCharTokens[] into firstCharKinds[] to avoid a lookup in the |OneChar| token case. r=till.
...
--HG--
extra : rebase_source : b978dab8b0cc96b511ab339e597be6805cb3b584
2013-07-29 18:23:42 -07:00
Nicholas Nethercote
d20d35c775
Bug 898912 (part 1) - Treat ':' as a |OneChar| token now that e4x is gone and '::' is no longer supported. r=till.
...
--HG--
extra : rebase_source : fd245a3cc77a755cb650f326a38787d886cbc734
2013-07-28 19:06:05 -07:00
Edwin Flores
1cda9f38f7
Bug 882342 - Blacklist Motorola XT890 running Android 4.1 for H264 playback r=bjacob
2013-08-01 15:12:14 +12:00
Yoshi Huang
e48ec3affe
Bug 899946 - strange call to crypto.generateCRMFRequest from test_bug882865.html. r=Ms2ger
2013-07-31 18:34:14 +08:00
Alex Xu
3bb4b7a43b
Bug 900284: Use #ifdef ACCESSIBILITY around member variables only used inside #ifdef ACCESSIBILITY, to avoid clang warnings (and reduce object size with --disable-accessibility). r=dbaron
2013-07-31 19:15:19 -07:00
Daniel Holbert
315e2872cb
Bug 900246: Mark variable as DebugOnly in DirectionalityUtils.cpp, to fix opt "unused variable" build warning. r=smontagu
2013-07-31 18:59:27 -07:00
Daniel Holbert
07aeb1873b
Bug 900242: Mark overriding nsBlockFrame methods as MOZ_OVERRIDE. r=mats
2013-07-31 18:59:25 -07:00
Daniel Holbert
005b01383d
backout 1e31542e117c (Bug 888548 part 1) for B2G build bustage on a CLOSED TREE
2013-07-31 19:05:34 -07:00
Daniel Holbert
b9c2886259
backout f607ac59de19 (Bug 888548 part 2) for B2G build bustage
2013-07-31 19:05:05 -07:00
Daniel Holbert
ec8488ab01
backout fc98067f0aa4 (Bug 888548 part 3) for B2G build bustage
2013-07-31 19:04:25 -07:00
Stephen Pohl
a198ffc2ab
Bug 877097: Hold strong refs to instances of ScrollbarActivity to avoid crashing. r=mats
2013-07-31 21:43:56 -04:00
Gregory Szorc
f299c1f5e8
Bug 899792 - Establish precompile tier and move IPDL and WebIDL build rules; r=glandium
...
A new build tier is introduced: precompile. The intention is to replace
the export subtier with something better and nonrecursive. IPDL and
WebIDL code generation have been moved into this new tier and are
performed concurrently. This appears to reduce build times due to fewer
"single threaded" build actions.
The subtier tracking UI has been updated to reflect operations that can
occur in parallel. As subtiers are started, they turn yellow. They can
then complete in any order.
Nonrecursive targets have been added to preserve the IPDL and WebIDL
build targets such that developers can type |make| from leaf directories
like they have always done.
2013-07-30 17:00:24 -07:00
Steven MacLeod
cca4d7a135
Bug 898184 - Restore telemetry measurements that were removed when transitioning to the SessionWorker. r=ttaubert
2013-07-31 21:15:26 -04:00
Daniel Holbert
e31f4de611
Bug 900209 - static_cast uint64_t value to "unsigned long long" when printing it with %llx, to silence Wformat build warning on 64-bit platforms. r=smaug
2013-07-31 21:15:26 -04:00
Corey Ford
21a36e1fc5
Bug 898797 - Reftests for relatively positioned floats. r=dholbert
2013-07-29 18:34:05 -07:00
Corey Ford
9c2fee65d8
Bug 898797 - Use nsHTMLReflowState::ApplyRelativePositioning when placing floats. r=dbaron
2013-07-29 21:53:13 -07:00
Birunthan Mohanathas
46877a9f5e
Bug 888548 - Part 3: Add enum support to mozilla::Atomic<T>. r=froydnj
...
Due to a bug in GCC, the compareExchange function is not available with enum types.
2013-07-31 21:15:25 -04:00
Birunthan Mohanathas
23665e54d3
Bug 888548 - Part 2: Refactor and cleanup mozilla::Atomic<T> implementation. r=froydnj
...
This moves the increment and decrement operators from detail::AtomicBase to
detail::AtomicBaseIncDec and moves the implementation of the assignment
operator into detail::AtomicBase. Additionally, this changes the integral
implementation to use mozilla::EnableIf for its specialization.
2013-07-31 21:15:25 -04:00
Birunthan Mohanathas
48e7905d3e
Bug 888548 - Part 1: Add mozilla::IsEnum to TypeTraits.h. r=froydnj
2013-07-31 21:15:25 -04:00
Birunthan Mohanathas
7308023c5f
Bug 712105 - Use default cursor rather than last cursor for 'cursor: context-menu' on Windows and OS/2. r=jimm
2013-07-31 21:15:25 -04:00
Ryan VanderMeulen
5db0daa9b3
No bug - Touch clobber for all the various IDB WebILD-ifications that recently landed.
2013-07-31 21:15:24 -04:00
Brian R. Bondy
c83c566aca
Bug 900044 - MetroCompositorParent is no longer needed. r=kats
2013-07-31 20:59:27 -04:00
Brian R. Bondy
9aae219fef
Bug 900044 - Get rid of viewport-needs-updating and related code. r=kats
2013-07-31 20:59:24 -04:00
Nicholas Nethercote
17ba9742f6
Backed out changeset bad4a1691369 (bug 899834) due to suspected regression on "Mozilla-Inbound-Non-PGO - Dromaeo (CSS) - Ubuntu HW 12.04".
...
--HG--
extra : rebase_source : 853f81c47e49c1ac3d7685f2508e694cdd6655fb
2013-07-31 17:50:46 -07:00
Sam Foster
6b2d586d88
Bug 898651 - Dont add the find-in-page menuitem when the StartUI is visible. r=mbrubeck
...
--HG--
extra : rebase_source : 627dd222e76bdbbe7fe882a636ae9a90c5a58c09
2013-07-30 15:50:14 -07:00
Wes Kocher
f2beb4d788
Merge m-c to inbound
2013-07-31 17:36:03 -07:00
Wes Kocher
7cfec0c252
Merge inbound to m-c
2013-07-31 17:31:45 -07:00
Bill McCloskey
ca26060518
Bug 899812 - Error reporters should consistently report errors to stderr (r=bholley)
2013-07-31 17:04:49 -07:00
Ehsan Akhgari
af8538eb88
Backed out changeset 197b12188f3a (bug 893973) for causing bug 9000007
2013-07-31 17:06:38 -04:00
Ryan VanderMeulen
734248d603
Merge m-c to inbound.
2013-07-31 16:33:59 -04:00
Ryan VanderMeulen
7750183b84
Bug 897104 - Remove useless |is| check since the function it's looking for is gone. r=past
2013-07-31 16:29:58 -04:00
Bill McCloskey
64dc46c942
Bug 899759 - Bustage fix on a CLOSED TREE.
2013-07-31 12:05:51 -07:00
Kartikaya Gupta
909376fedf
Bug 892267 - Fix incorrect application of scaling the render offset. r=Cwiiis
2013-07-31 14:48:44 -04:00
Bill McCloskey
399c286a1b
Bug 899759 - Prevent JS_NondeterministicGetWeakMapKeys from GCing while iterating over a weakmap (r=sfink)
2013-07-31 11:45:37 -07:00
Tim Taubert
d026835370
Bug 895185 - Rename Promise.every() to .all() to reduce confusion about our differing implementation; r=paolo
2013-07-31 10:58:44 -07:00
Ryan VanderMeulen
fe00085463
Merge m-c to fx-team.
2013-07-31 13:47:57 -04:00
Ryan VanderMeulen
fa5475f11b
Merge m-c to fx-team.
2013-07-31 13:43:36 -04:00
Ryan VanderMeulen
f819a4fbc7
Merge m-c to birch.
2013-07-31 13:42:54 -04:00
Gaia Pushbot
2ca6cf59a7
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3ed7544ee8f4
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #11230 from KevinGrandon/content2-initial
Bug 898352 - Implement homescreen rocket bar and opensearch.
========
https://hg.mozilla.org/integration/gaia-central/rev/922968c62be8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 898352 - Implement homescreen rocket bar and opensearch r=vingtetun
2013-07-31 10:00:23 -07:00