Commit Graph

141856 Commits

Author SHA1 Message Date
David Zbarsky
beaeb93396 Backed out changeset 30bd1b29ac64 for having the wrong commit message DONTBUILD 2013-08-10 11:16:59 -04:00
David Zbarsky
9d435656ac * * *
Bug 883493: Make CGUnionStruct use CGClass r=bz
2013-08-10 11:14:23 -04:00
David Zbarsky
543854fd95 Bug 883493: Use CGSwitch to generate union structs r=bz 2013-08-10 11:14:22 -04:00
Jan de Mooij
b96ee219d5 Bug 866888 follow-up - Fix typo that broke tests with --ion-compile-try-catch. r=h4writer on IRC 2013-08-10 14:47:00 +02:00
Mike Hommey
dd78e7c873 Bug 903385 - Broaden REPORT_BUILD and make it report why something is rebuilt. r=gps 2013-08-10 15:57:09 +09:00
Mike Hommey
99638b2be1 Bug 903341 - Avoid gyp overwriting Makefiles when they wouldn't be modified. r=gps 2013-08-10 15:55:21 +09:00
Mike Hommey
ca321354f5 Bug 901796 - Add missing --enable-stdcxx-compat flag to static analysis builds. r=ted 2013-08-10 15:54:30 +09:00
Mike Hommey
8ef12794b7 Bug 901414 - Fix ipc/chromium to build for GNU/kFreeBSD. r=bsmedberg 2013-08-10 15:54:00 +09:00
Mike Hommey
90c2499e13 Bug 901200 - Change SharedStub definition in tier-3 xptcstubs to better fit reality and make the compiler happy now that nsresult is an enum. r=bsmedberg 2013-08-10 15:53:22 +09:00
Johnny Stenback
4c163e91d9 Bug 859707. Convert History to WebIDL bindings. r=bz 2013-08-09 23:47:59 -07:00
Boris Zbarsky
f0d4325021 Bug 895758 followup. Fix the include guard and some spacing issues. 2013-08-10 01:10:18 -04:00
Phil Ringnalda
d659809d17 Back out 6a5a7b55c22a:9f324fcd43ec (bug 903394) for js::types::StackTypeSet::propertyNeedsBarrier crashes
CLOSED TREE
2013-08-09 20:13:52 -07:00
Trevor Saunders
adb11a49b2 fixup backout of bug 902316 on a CLOSED TREE 2013-08-09 23:01:31 -04:00
Trevor Saunders
67fceaf3a1 partially backout bug 902316 because there is dependancies between the libraries we build in media/omx-plugin/ CLOSED TREE 2013-08-09 22:32:41 -04:00
Boris Zbarsky
59570ac03c Back out revision ea0f2d537a40 (bug 903283) because Windows was bootlegging nsRegion.h via EventTarget.h in widget code and so we ended up with a CLOSED TREE. 2013-08-09 22:31:05 -04:00
Boris Zbarsky
e4b144390d Bug 901531. Remove the unused RootedJSValue class. r=ms2ger 2013-08-09 22:01:45 -04:00
Peter Van der Beken
3256529063 Bug 895758. Make the global scope polluter a proxy. r=bzbarsky 2013-07-09 10:45:13 -04:00
Phil Ringnalda
b107ff17c1 Back out 75fb08918611 (bug 903466) for Android build bustage
CLOSED TREE
2013-08-09 18:52:11 -07:00
Phil Ringnalda
3c031b080c Back out 00fc7e525678 (bug 803543) for debug Mac build bustage
CLOSED TREE
2013-08-09 18:51:22 -07:00
David Zbarsky
abcaa5b14d Bug 903283: Don't include EventTarget.h in headers r=Ms2ger 2013-08-09 21:17:52 -04:00
David Zbarsky
68527f0cce [Bug 901289] Remove nsIDOMLinkStyle r=Ms2ger 2013-08-09 21:17:52 -04:00
David Zbarsky
4f8354ad9d [Bug 901656] nsIRadioGroupContainer can use HTMLInputElement r=Ms2ger 2013-08-09 21:17:51 -04:00
David Zbarsky
ed4cefb0c9 Bug 883493: Switch CGUnionReturnValueStruct to use CGClass r=bz 2013-08-09 21:17:51 -04:00
Nikhil Marathe
b1c04087a0 Bug 902030 - DOMRequestIpcHelper stores/retrieves Promises too. r=fabrice
--HG--
extra : rebase_source : 4610af506cc1e15f8f2efdc682e3d7989626cebf
2013-08-09 18:11:11 -07:00
Hannes Verschore
e82bab972a Bug 903394 - IonMonkey: Refactor IonBuilder jsop_setprop, r=jandem 2013-08-10 02:52:45 +02:00
Hannes Verschore
d44d1fa6d6 Bug 903394 - IonMonkey: Refactor IonBuilder jsop_setelem, r=jandem 2013-08-10 02:46:27 +02:00
Nathan Froyd
c4fe5a8d47 Bug 903466 - eliminate static constructors in widget/android/; r=blassey 2013-08-09 11:21:51 -04:00
Nathan Froyd
77bb1996b3 Bug 903543 - eliminate static constructors from SMIL types (and destructors, in opt builds); r=dholbert 2013-08-09 14:08:31 -04:00
Nathan Froyd
eed9e58422 Bug 903427 - make ConstantSpecs in OSFileConstants.cpp const and constexpr-foldable; r=khuey 2013-08-09 09:46:07 -04:00
Nathan Froyd
7123381e69 Bug 899652 - use JS::UndefinedValue instead of JSVAL_VOID to encourage constexpr-ness; r=bz 2013-07-29 16:32:44 -04:00
Nathan Froyd
d52051fb0c Bug 899309 - modify JS::Value and some helper functions to be constexpr-foldable; r=luke 2013-07-29 16:59:34 -04:00
Shu-yu Guo
ccfa57bebd Bug 902744 - Don't inline NewDenseArray intrinsic if length argument isn't known to be int32. (r=nmatsakis) 2013-08-09 17:11:44 -07:00
Shu-yu Guo
ffc54d673f Bug 902722 - Guard typed arrays' shape instead of clasps in ICs. (r=jandem) 2013-08-09 17:07:50 -07:00
Shu-yu Guo
7362ecfb80 Bug 902720 - Clean up GetTopIonJSScript to use ThreadSafeContext. (r=jandem) 2013-08-09 17:07:50 -07:00
Drew Willcoxon
86bbb37dad Bug 902617 - Make mach bootstrap warn about possibly outdated Xcode when Xcode command line tools are outdated. r=gps 2013-08-09 16:57:40 -07:00
Ryan VanderMeulen
2cb6b07d20 Merge m-c to inbound. 2013-08-09 19:29:45 -04:00
Ryan VanderMeulen
7a54b5e31f Merge fx-team to m-c. 2013-08-09 19:28:34 -04:00
Hannes Verschore
6cedb43517 Bug 901768 - Adjust the spew of the tracelogger for the recently added parser logging, r=nbp 2013-08-10 01:24:54 +02:00
Hannes Verschore
2c5226efe1 Bug 898832: Fix topcrash regression, r=bhackett 2013-08-10 01:15:11 +02:00
Ryan VanderMeulen
8afe7e8fed Merge inbound to m-c. 2013-08-09 19:08:45 -04:00
Ryan VanderMeulen
4f61ff1332 Merge m-c to fx-team. 2013-08-09 17:29:37 -04:00
Ryan VanderMeulen
1c27efb8bd Merge b2g-inbound to m-c. 2013-08-09 17:26:14 -04:00
Dave Townsend
6a3effc4b7 Bug 901239 - Uplift Add-on SDK to Firefox r=me 2013-08-09 13:17:14 -07:00
Matt Brubeck
5cc2620ed8 Bug 903541 - Fix duplicate contextmenu handling on about:start [r=jimm] 2013-08-09 12:53:08 -07:00
Gaia Pushbot
374c2749bb Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0e3e30e489ff
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 903137 - [SMS][MMS] Contextmenu prompt for email in message should display email address r=gnarf

- Make all prompts consistent
- Ensures that dataset.isContact strings are only used to derive a true isContact boolean
- Renames ThreadUI.activateContact to ThreadUI.prompt
    - The function no longer serves as only a "contact" prompt
    - May prompt any type of recipient (contact, unknown, email)
    - May prompt from header, group list or message content
- Renames ThreadUI.genPrompt to ThreadUI.prompContact
    - genPrompt is meaningless
    - The function is explicitly for creating a prompt with a known contact
    - Includes the contact info lookup
- Converts promptContact arguments to an object, instead of named parameters
- Update LinkActionHandler to delegate to promptContact, instead of doing it's own duplicated lookup
- Adds tests to ensure that a something is displayed when something is provided
    - Could be any of the following:
      - DOM UL
      - Email address
      - Phone Number
      - Name
- Updates LinkActionHandler tests to use the correct new function names

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-09 12:05:25 -07:00
Gregory Szorc
2be348ac4c Bug 902389 - Normalize topobjdir; r=mshal 2013-08-09 12:04:15 -07:00
Po-Chun Chang
0a4275cc10 Bug 897258 - Avoid wasted work in GestureEventListener::HandleInputEvent(). r=kentuckyfriedtakahe 2013-08-09 15:01:56 -04:00
Ryan VanderMeulen
2e314a0b7b Bug 903452 - Update pdf.js to version 0.8.423. r=bdahl 2013-08-09 15:01:28 -04:00
Nicolas B. Pierron
ef631fba4f Bug 900890 - IonMonkey: Use a dedicated register to unbox the index of SetElementIC. r=jandem 2013-08-09 11:50:55 -07:00
Gaia Pushbot
879dd4f181 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/30a28b592ed8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11353 from KevinGrandon/bug_901578_remove_mouse_shim_settings

Bug 901578 - Remove mouse_event_shim from settings r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/86532663e60e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 901578 - Remove mouse_event_shim from settings
2013-08-09 11:45:23 -07:00