Commit Graph

324977 Commits

Author SHA1 Message Date
Bill McCloskey
40cc59004d Bug 899697 - Try to silence spurious Windows jit-test failures (r=terrence) 2013-09-17 17:32:25 -07:00
Geoff Brown
cf29957f40 Bug 917543 - Add an x86 version of the robocop.ini manifest; r=jmaher DONTBUILD 2013-09-17 17:40:58 -06:00
Steven Michaud
54b03ac5a0 Bug 909678 - Send right-mouse-dragged and other-mouse-dragged events to plugins. r=spohl,roc 2013-09-17 18:36:03 -05:00
Brian R. Bondy
2b2120bb85 Bug 831086 - Prefer Metro gfx handling when resizing buffers. r=bas 2013-09-17 19:21:30 -04:00
Corey Ford
e8889d55a9 Bug 915475 - Don't sticky position frames with NS_FRAME_IS_NONDISPLAY. r=dholbert 2013-09-17 14:11:12 -07:00
Masatoshi Kimura
d8a83aa453 Bug 916871 - Remove classinfo bits for CSSGroupRuleRuleList. r=bz 2013-09-18 07:56:41 +09:00
Dan Gohman
d6edaaced0 Bug 916681 - SpiderMonkey: Remove obsolete mjit counters. r=luke 2013-09-17 15:44:43 -07:00
Dan Gohman
4ec329d94c Bug 916681 - Cleanup obsolete references to mjitalways and friends in the testsuite. r=luke 2013-09-17 15:44:43 -07:00
Dan Gohman
f7433f001a Bug 916683 - SpiderMonkey: Delete unused code. r=n.nethercote 2013-09-17 15:44:43 -07:00
Dan Gohman
f9494c4a8d Bug 916683 - SpiderMonkey: Delete a function which has been obsolete for over 3 years. r=n.nethercote 2013-09-17 15:44:43 -07:00
Dan Gohman
40cd63cb8f Bug 916683 - SpiderMonkey: Tidy up misc preprocessor stuff. r=n.nethercote 2013-09-17 15:44:42 -07:00
Wes Kocher
369eceb552 Backed out changeset d63424e06b3e (bug 916446) for failing on b2g 2013-09-17 15:46:37 -07:00
Patrick McManus
a88fbd9517 bug 911325 - detect mismatch between 206 content-range and 200 content-length r=jduell 2013-09-17 18:44:03 -04:00
Neil Rashbrook
9d5d17f390 Bug 913948 getCachedBySubdomainAndName's array length should be optional from JS r=Mossop 2013-09-17 23:43:24 +01:00
Bobby Holley
c4c9f9e982 Bug 917009 - Remove old-style object principal calculation. r=bz 2013-09-17 15:29:11 -07:00
Dan Gohman
93e8d15780 Bug 916167 - IonMonkey: Explicitly break dependencies from partial-writes to xmm registers. r=jandem 2013-09-17 15:27:27 -07:00
Jim Blandy
0e1d6bc554 Bug 914405: Define makeGlobalObjectReference, a quick way to get D.O's referring to global objects, to simplify the web console. r=jorendorff r=msucan 2013-09-17 15:21:11 -07:00
Dan Gohman
de14e1d356 Bug 910877 - SpiderMonkey: Fix autoconf detection of routines in libm. r=ted.mielczarek 2013-09-17 09:13:24 -07:00
Andrew Halberstadt
027df3510d Bug 916913 - is_b2g condition shouldn't fail if tree not built, r=gps 2013-09-17 18:14:57 -04:00
Luke Wagner
a09358a2db Bug 917064 - ARM: enable HWCAP_ARMv7 on qemu (r=mjrosenb)
--HG--
extra : rebase_source : d92c495130f557f379b09ab445918521a74bf378
2013-09-17 17:01:14 -05:00
Luke Wagner
9c8cf40ecc Bug 916912 - Remove Operand(void*) overload (r=jandem)
--HG--
extra : rebase_source : 26dd0e59e2a2ca660f74c13466dfe213683e53a3
2013-09-17 10:34:22 -05:00
Luke Wagner
4e328e873f Bug 916912 - Add addConstantDouble to avoid static double usage (r=jandem)
--HG--
extra : rebase_source : 831893b2a7406ffe40f2d3892e3dd1b563481267
2013-09-17 10:34:20 -05:00
Luke Wagner
abc7b73662 Bug 916912 - Convert loadStatic(Float|Double) to loadConstant(Float|Double) (r=jandem)
--HG--
extra : rebase_source : 6b04ef4545610b33d0f7d0601acc3137b5f3ce59
2013-09-17 10:32:06 -05:00
Daniel Holbert
ccc1948ea0 Bug 917032 part 3: Move flex item physicalPosn computation up a bit higher. r=mats 2013-09-17 14:54:07 -07:00
Daniel Holbert
158e1f5c90 Bug 917032 part 2: Make PhysicalPositionFromLogicalPosition() take the content-box size, so it can do polarity-flipping if necessary. r=mats 2013-09-17 14:54:02 -07:00
Daniel Holbert
9e48d8ee46 Bug 917032 part 1: Do flex layout in content-box space, rather than in frame-rect (border-box) space, and adjust for border/padding at the end of reflow. r=mats 2013-09-17 14:53:56 -07:00
Benoit Jacob
1c04363d22 Bug 913603 - Re-inline SaturatingUnionEdges and remove the unused SaturatingInflate - r=mats 2013-09-17 17:53:37 -04:00
Bobby Holley
6ca126415e Bug 874502 part 6. Remove IsCallerChrome path for tearing down windows synchronously. r=bzbarsky 2013-09-17 17:45:48 -04:00
Bobby Holley
16eeb8fc57 Bug 874502 part 5. Fix JP test-windows to handle on{activate,deactivate} after close(). r=mossop 2013-09-17 17:45:48 -04:00
Bobby Holley
d433db0871 Bug 874502 part 4. Fix private browsing tests to not assume synchronous window closing. r=jdm 2013-09-17 17:45:47 -04:00
Bobby Holley
76af02534c Bug 874502 part 3. Fix a11y tests to not assume synchronous window closing. r=tbsaunde 2013-09-17 17:45:47 -04:00
Bobby Holley
f78b2f244c Bug 874502 part 2. Fix addon sdk to not assume synchronous closing of windows. r=mossop 2013-09-17 17:45:47 -04:00
Boris Zbarsky
356f3af0c9 Bug 874502 part 1. Fix browser-chrome tests to not assume synchronous closing of windows. r=dolske 2013-09-17 17:45:47 -04:00
Benoit Jacob
91c9a1558d Bug 916714 - Fix a faulty assertion in TextureHost - r=jrmuizel 2013-09-17 17:42:56 -04:00
Steve Fink
016400d5a3 Bug 916986 - Implement a JSAutoAssertNoGC for the analysis to pay attention to, r=terrence 2013-09-17 10:50:03 -07:00
Nicholas Nethercote
cc291a0693 Bug 915482 (part 4) - Minimize vm/Shape-inl.h includes. r=terrence.
--HG--
extra : rebase_source : 973eb6668f38be4261ab3eef0b3645473bd3ebc2
2013-09-12 17:44:47 -07:00
Edwin Flores
060ca05acc Bug 798843 - Add README for generating fonts for SVG in OpenType reftests r=dbaron 2013-09-13 07:08:56 +01:00
Darrin Henein
7ba07a761e Bug 912929 - Updated Devtools' App Manager UI to better reflect new style guidelines. r=paul 2013-09-13 00:54:00 +02:00
Neil Deakin
6fed774f8a Bug 906139 - Preserve unknown fields found in downloads.json. r=paolo 2013-09-13 11:10:24 +02:00
Victor Porof
23ce61e5d5 Bug 884436 - Sorting by METHOD is really painful, r=rcampbell 2013-09-13 09:58:43 +03:00
Felipe Gomes
1777823f24 Bug 915968 - Fix downloads' startTime serialization. r=paolo 2013-09-12 23:32:01 -03:00
Ryan VanderMeulen
7a6d5abf2d Merge m-c to fx-team. 2013-09-12 22:28:40 -04:00
Ryan VanderMeulen
fd143fc064 Merge m-c to b2g-inbound. 2013-09-12 20:41:54 -04:00
Ryan VanderMeulen
e4754304bc Merge inbound to m-c. 2013-09-12 20:37:35 -04:00
Gaia Pushbot
750ed3c5f1 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/44b5d39b37b1
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 914886 - [Settings] Use aria-disabled instead of disabled class. r=kaze

Relanding after linter error resolved.
2013-09-12 16:45:23 -07:00
Nick Fitzgerald
d11b2bb77e Bug 914930 - sometimes load source content via Debugger.Source; r=past 2013-09-12 16:39:53 -07:00
Gaia Pushbot
421875b96b Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/21d0f4126507
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Merge pull request #12121 from qdot/891725-cellbroadcast-customization

Bug 891725 - Added unit tests for cell broadcast and voicemail customiza...

========

https://hg.mozilla.org/integration/gaia-central/rev/d0c799717e7e
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Bug 891725 - Added unit tests for cell broadcast and voicemail customization

========

https://hg.mozilla.org/integration/gaia-central/rev/f409d2795cb1
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Bug 898409, 898410: Fixes to operator variant

Fix writable property of navigator.mozPower, remove unused stubPower variable
Change operator variant helper from mobileConnection to iccHelper
mobileConnection seems to be unstable when the sim card is locked. This patch changes operator variant to use IccHelper for fetching mcc/mnc instead.

========

https://hg.mozilla.org/integration/gaia-central/rev/bab155b06eb6
Author: Kyle Machulis <kyle@nonpolynomial.com>
Desc: Revert "Revert "Merge pull request #12000 from nullaus/operator-variant""

This reverts commit 8b15a3359fc30f3703808763e976cfcab3812724.
2013-09-12 16:30:24 -07:00
Gaia Pushbot
3d61d696de Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/4ef712b02d79
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Bug 914886 - [Settings] Use aria-disabled instead of disabled class"

This reverts commit ab7d53c48864e04332df1b1d396457d1d57397dd because it breaks the linter
2013-09-12 16:20:22 -07:00
Brian Grinstead
d613df0d93 Bug 893677 - Collapse data URL attribute values. r=miker 2013-09-12 17:25:08 -05:00
Victor Porof
de963c97eb Bug 876633 - Explanation panel for findbox in debugger breaks textbox double/triple-click behaviours, r=rcampbell
--HG--
rename : browser/devtools/debugger/test/browser_dbg_searchbox-help-popup.js => browser/devtools/debugger/test/browser_dbg_searchbox-help-popup-01.js
2013-09-13 16:23:19 +03:00