Commit Graph

161934 Commits

Author SHA1 Message Date
Ryan VanderMeulen
813dd1df24 Bug 777574 - Skip quickCheckAPI-B2.html on Linux. r=bjacob 2014-01-06 15:24:25 -05:00
Ehsan Akhgari
39d03b8f1f Bug 956783 - Stop using NULL in Fennec's JNI code; r=jchen 2014-01-06 15:21:27 -05:00
Andrew McCreight
e5bb2e7801 Bug 956569 - Make nsContentUtils::WrapNative MOZ_WARN_UNUSED_RESULT. r=smaug 2014-01-06 11:54:43 -08:00
Andrew McCreight
63edb97f7a Bug 956455, part 3 - Remove the holder argument to nsXPConnect::WrapNativeToJSVal. r=gabor 2014-01-06 11:54:43 -08:00
Andrew McCreight
155249efc8 Bug 956455, part 2 - Remove holder argument from WrapNativeToJSVal nsDOMClassInfo. r=smaug 2014-01-06 11:54:43 -08:00
Andrew McCreight
bd11c4fff8 Bug 956455, part 1 - WrapNative's holder argument is unnecessary. r=smaug 2014-01-06 11:54:43 -08:00
Andrew McCreight
b55f96119e Bug 956423 - Remove unused variables from nsXBLProtoImpl::InstallImplementation and InitTargetObjects. r=bholley 2014-01-06 11:54:42 -08:00
Ryan VanderMeulen
a26b96952a Backed out changeset 843d930512db (bug 951439) for bustage.
CLOSED TREE
2014-01-06 14:49:49 -05:00
Eric Faust
f4d4df7eb5 Bug 950407 - Fix broken scripted proxy prototype set forwarding. (r=bholley) 2014-01-06 11:34:26 -08:00
Neil Rashbrook
c1e7ed6e6b Restore the string header included previous to bug 918923 so that this file can be used with the external string API again (c.f. bug 920073) r=ehsan 2014-01-06 19:35:42 +00:00
Daniel Holbert
bb0f1cf215 Bug 956449: Remove unused variable in ~RDFXMLDataSourceImpl() to fix build warning. r=bsmedberg 2014-01-06 11:33:36 -08:00
Sean Stangl
aaf0124862 Bug 951439 - Use CallVM for RegExp.exec(). r=h4writer 2014-01-06 11:24:50 -08:00
Patrick McManus
8cbe001a55 bug 751465 - websockets dns and proxies r=jduell r=bsmedberg
--HG--
extra : rebase_source : ad2046a95f1ec9000577cc0f67aedc0766a51ed2
2014-01-06 13:52:42 -05:00
Ryan VanderMeulen
a2e0493114 Backed out changeset 8553d6d258cc (bug 952206) for Windows bustage.
CLOSED TREE
2014-01-06 14:15:10 -05:00
Gregory Szorc
684df25e8e Bug 952206 - Abort execution when a required make file fails to remake; r=bsmedberg
Previously, errors during make file making (either the main make file or
an included make file) were ignored. This behavior diverged from GNU
Make, which aborted execution if the make file was required and ignored
the failure if it was optional.

This patch changes pymake to abort if the make file is required, brining
its behavior inline with GNU make.

--HG--
extra : rebase_source : f9a3f4c54273930616f4a8e41dafc463f363c891
extra : amend_source : f02236c3127602357f8f82a66d021144b3cdf3a0
2013-12-19 11:18:23 -08:00
Kartikaya Gupta
73446f3e6c Bug 915985 - Refactoring to introduce a ZoomConstraints class. r=botond 2014-01-06 13:26:44 -05:00
Andrew Quartey
985efe81df Bug 882718 - Part a: Add list of newly introduced cues to TextTrackManager. r=rillian 2014-01-06 13:03:50 -05:00
Brian Hackett
33db6c5829 Bug 956072 - Distinguish non-writable from non-data properties in type information. r=jandem 2014-01-06 19:02:28 +01:00
Jim Chen
7eae03845b Bug 945327 - Improve local ref management in AndroidBridge; r=blassey 2014-01-06 11:54:22 -06:00
Steve Singer
b4b43b136e Bug 950513 - Add jsscriptinlines to fix sparc64 link errors. r=luke 2014-01-06 12:40:03 -05:00
Adrian Cruceru
3571530a8b Bug 923468 - Safety patch for race condition. r=ekr 2014-01-06 12:40:03 -05:00
Ryan VanderMeulen
1dbc7ec205 Bug 956434 - Disable testArrayBufferSlice.js for unpredictable failures on ggc builds. 2014-01-06 12:40:03 -05:00
Kartikaya Gupta
64ecc33f7c Bug 952170 - Add an explicit copy constructor for WidgetTouchEvent so the touches get copied properly. r=smaug 2014-01-06 12:26:23 -05:00
Kartikaya Gupta
6a21b5325a Bug 952170 - Remove unnecessary static_cast. r=smaug 2014-01-06 12:25:56 -05:00
Dan Minor
51ad5f70d5 Bug 949538 - Add mach target for cpp unittests; r=gps 2014-01-02 10:19:35 -05:00
Dan Gohman
9b327ef41d Bug 953120 - IonMonkey: Don't use pushedAtCycle_ when using push/pop. r=jandem 2014-01-06 08:59:58 -08:00
Luke Wagner
3ccd10272d Bug 956402 - OdinMonkey: refactoring: add Float to NumLit (r=bbouvier)
--HG--
extra : rebase_source : 7704ee36047dc19ab6a44cb3c820af5145116476
2014-01-06 10:17:57 -06:00
Ed Morley
2d646477b9 Merge mozilla-central and inbound 2014-01-06 15:20:18 +00:00
Ed Morley
a23c379f00 Bug 956240 - Update clobber file due to bug 956723; DONTBUILD 2014-01-06 15:19:11 +00:00
Birunthan Mohanathas
75d56a8d75 Bug 784739 - Switch from NULL to nullptr in js/src/devtools/vprof/ and tools/{jprof,trace-malloc}/; r=ehsan
--HG--
extra : rebase_source : e44e854e1c946c89c38bbef73c53fe8a48510f65
2014-01-06 10:07:38 -05:00
Birunthan Mohanathas
dfbad43639 Bug 784739 - Switch from NULL to nullptr in remaining directories; r=ehsan
--HG--
extra : rebase_source : 1ff19b2c8fd0e77fa8e822f5007a9fa3a6b6d474
2014-01-06 10:06:04 -05:00
Ehsan Akhgari
701c7c2438 Fix the type passed to OpenNSPRFileDesc, no bug
--HG--
extra : rebase_source : 68a47b23259d5eaf9171cb9b70adde7720a00727
2014-01-06 10:05:11 -05:00
Anthony Jones
ffb3cc0bf2 Bug 951463 - Rename ClampRect to ForceInside; r=botond 2014-01-06 10:05:07 -05:00
Kevin Simons
148b139c96 Bug 951686 - Set the SkBitmapDevice to opaque for BGRX surfaces. r=gwright 2014-01-06 10:03:55 -05:00
masaya iseki
1e1a5f9ae3 Bug 945596 - Define getJitCompilerOption to confirm jit-compiler-options. r=nbp, r=h4writer 2014-01-06 10:03:41 -05:00
Georgiana Chelu
7d4c30941c Bug 856426 - Fix warning in /netwerk/sctp/src/user_environment.c. r=jesup 2014-01-06 10:03:09 -05:00
Olli Pettay
36bc97cbe5 Bug 947778, return early from SetEventHandler when ELM can't find the global jsobject, r=bz 2014-01-06 15:36:10 +02:00
Ed Morley
f2c3dd2277 Merge latest green inbound changeset and mozilla-central 2014-01-06 12:51:38 +00:00
Ed Morley
a50a26fd15 Merge latest green b2g-inbound changeset and mozilla-central 2014-01-06 12:51:01 +00:00
Ed Morley
00bb093de7 Merge mozilla-central and fx-team 2014-01-06 12:47:53 +00:00
Ed Morley
4123423755 Backed out changeset 4b3b3f0c6440 (bug 953156) for xpcshell failures 2014-01-06 11:31:52 +00:00
Geoff Lankow
416ee21b61 Bug 953156 - Stop unregistering add-on chrome manifests at app shutdown; r=Unfocused 2014-01-06 23:31:35 +13:00
Neil Rashbrook
925b28d422 Bug 940907 Re-introduce the Character Encoding menu to the View Source window r=Unfocused
--HG--
rename : browser/locales/en-US/chrome/browser/charsetMenu.dtd => toolkit/locales/en-US/chrome/global/charsetMenu.dtd
rename : browser/locales/en-US/chrome/browser/charsetMenu.properties => toolkit/locales/en-US/chrome/global/charsetMenu.properties
rename : browser/modules/CharsetMenu.jsm => toolkit/modules/CharsetMenu.jsm
2014-01-06 08:44:19 +00:00
Gaia Pushbot
84965d390a Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/61b250647043
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #15026 from yurenju/fix-gaia-build

Bug 956637 - gaia-build extension doesn't work after bug 922463 landed r=@timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/33dc5e569dcc
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 956637 - gaia-build extension doesn't work after bug 922463 landed
2014-01-06 00:31:23 -08:00
Gaia Pushbot
fcf4d28ec7 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1f7fa9656e7d
Author: GaryChen(pychen) <mmm198219@gmail.com>
Desc: Merge pull request #15023 from mpizza/Bug_956619

Bug 956619 - [keyboard] should use |hideKeyboardImmediately| instead of |frame.hidden = true| while |launchOnly| is true

========

https://hg.mozilla.org/integration/gaia-central/rev/3bd5fb2b7a9c
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 956619 - [keyboard] should use |hideKeyboardImmediately| instead of |frame.hidden = true| while |launchOnly| is true
2014-01-06 00:20:22 -08:00
Gaia Pushbot
c76b53e4c3 Bumping gaia.json for 5 gaia-central revision(s) a=gaia-bump
========

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

Fix intermittent unit tests. Increase test timeout.

========

https://hg.mozilla.org/integration/gaia-central/rev/a31a6168edc6
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 956590 - Increase test timeouts

========

https://hg.mozilla.org/integration/gaia-central/rev/17476544aadb
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 956590 - Disable intermittent tests

========

https://hg.mozilla.org/integration/gaia-central/rev/133d3c32a4c0
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #15030 from kumarrishav/issue-949327

Bug 949327 - [Settings] Update the NFC icon - bug fixed r=crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/64be60c759e3
Author: kumarrishav <reactiverishav007@gmail.com>
Desc: Bug 949327 - [Settings] Update the NFC icon - bug fixed
2014-01-06 00:10:22 -08:00
Gaia Pushbot
a40f9f550d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8a059e2fe0bd
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #15024 from gasolin/issue-956627

Bug 956627 - [keyboard] Enable generate jsdoc, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/b9ce4f960d16
Author: gasolin <gasolin@gmail.com>
Desc: Bug 956627 - [keyboard] Enable generate jsdoc
2014-01-05 23:30:22 -08:00
Gaia Pushbot
32b46151cd Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f1a29d9e7847
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #14968 from yurenju/refactoring-build

Bug 953161 - Move all data in build/ to build/data/ r=@ochameau

========

https://hg.mozilla.org/integration/gaia-central/rev/ee39f3d9ba34
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 953161 - Move all data in build/ to build/config/
2014-01-05 23:20:22 -08:00
Victor Porof
ce61dae208 Bug 956568 - Display more meaningful error information when Parser.jsm is sad, r=past 2014-01-06 08:41:19 +02:00
Daniel Holbert
57fe219e9b Bug 893496: Avoid doing bogus infinity*0 multiplication when producing a flex weight from huge flex-shrink and 0 flex-basis. r=mats 2014-01-05 20:18:12 -08:00