Nathan Froyd
d1025ea211
Bug 936555 - make mozinfo use MozconfigLoader to locate the mozconfig; r=gps
2013-11-08 14:57:31 -05:00
Nathan Froyd
2a6b791647
Bug 608915 - part 2 - use MFBT's double-conversion code in nsString::AppendFloat; r=bz,gps
2013-09-24 13:36:55 -04:00
Nathan Froyd
f698b7e054
Bug 608915 - part 1 - extend ToPrecision to tell use whether exponential notation was used; r=Waldo
2013-11-07 12:46:05 -05:00
Ryan VanderMeulen
c561136c16
Bug 915897 - Disable testShareLink due to intermittent failures.
2013-11-11 12:25:42 -05:00
Olli Pettay
8a8cc168d3
Bug 936969, make sure to null check the return value of GetFrameElementInternal(), r=bholley
...
--HG--
extra : rebase_source : 91f1276627c6f31aa2d8de18a1dfc8d8ee533bec
2013-11-11 18:56:45 +02:00
Ehsan Akhgari
26533594b5
Bug 936924 - Build libpng in unified mode; r=jrmuizel
2013-11-11 11:56:58 -05:00
Ed Morley
92d3126980
Backed out changeset e75f3902b7f6 (bug 925308) for assertions
2013-11-11 16:48:18 +00:00
Josh Aas
49ee3587cc
Bug 923967: Move from deprecated Unicode Utilities usage to CFStringTokenizer on OS X. r=smontagu
2013-11-11 10:31:11 -06:00
Kannan Vijayan
fc7ea25e70
Bug 925308 - Dont pop profiler frames for stack frames pushed by invalidated IonScripts which didn not have profiler instrumentation. r=jandem
2013-11-11 11:19:47 -05:00
Federico Paolinelli
e128844e77
Bug 934345 - Move NotificationHelper initialization to GeckoApp since it was being initialized twice when more than one process were active. r=wesj
2013-11-11 11:17:02 -05:00
Andy Wingo
89a820f764
Bug 937058 - Paper over debug-mode checks of stack depth for unreachable bytecode. r=jandem
2013-11-11 16:21:20 +01:00
Andy Wingo
e3b27bcf78
Bug 931414 - Add test case. r=jandem
2013-11-11 12:22:24 +01:00
Sebastiaan de Haan
c760dd20bd
Bug 937097 - Bump marionette_client version to 0.6.2. r=dhunt
2013-11-11 05:55:00 +00:00
Eddy Bruel
9ae330310e
Bug 933952 - The NO_DELTA flag in CharacterInfo is unnecessary; r=evilpies
2013-11-11 16:52:40 +01:00
Ryan VanderMeulen
d7e6c2c44a
No bug - Alphabetize robocop.ini. DONTBUILD
2013-11-11 10:51:32 -05:00
Ryan VanderMeulen
4e18566b8b
Bug 913254 - Disable testReaderMode due to intermittent failures.
2013-11-11 10:36:19 -05:00
Stephen Pohl
0078132507
Bug 930771 - Ensure that overlay scrollbars don't leave behind white bands after fading out. r=jimm
2013-11-11 10:19:54 -05:00
Henri Sivonen
37a99b5359
Bug 935453 - Gather telemetry about dangerous encodings and encodings we might remove. r=emk,sstamm.
2013-11-11 17:04:02 +02:00
Geoff Brown
8349232aed
Bug 936226 - Disable frequent robocop failures on Android x86; r=dminor
2013-11-11 07:54:12 -07:00
Feiko Koopman
c6db3aa061
Bug 936341 - Get NSPR emulation working on BSD. r=billm
2013-11-11 09:16:47 -05:00
Douglas Crosher
c0cbfcb100
Bug 906964 - ARM: leave some head-room in the double pools to help avoid bailing out which causes compilation failure for asm.js code. r=mjrosenb
2013-11-10 04:20:22 +11:00
Ehsan Akhgari
b36f465a9d
Bug 936927 - Build the HTML parser in unified mode; r=hsivonen
2013-11-11 09:07:50 -05:00
Ryan VanderMeulen
5a724dd3a8
Bug 915350 - Disable testBookmark due to intermittent failures.
2013-11-11 08:34:54 -05:00
Ryan VanderMeulen
6e6533ae3c
Bug 894914 - Disable test_postMessage_closed.html on Android & B2G due to intermittent failures.
2013-11-11 08:27:33 -05:00
Ed Morley
69faaab2a4
Merge mozilla-central and inbound
2013-11-11 13:20:20 +00:00
Carsten "Tomcat" Book
eced2fbfac
merge fx-team to mozilla-central
2013-11-11 12:32:39 +01:00
Carsten "Tomcat" Book
905fe735af
merge b2g-inbound to mozilla-central
2013-11-11 12:03:04 +01:00
Ms2ger
786aa40195
No bug - Fix some style issues in DOM code.
2013-11-11 09:04:41 +01:00
Ms2ger
5dd88f6bd7
Bug 931462 - Move LOCAL_INCLUDES to moz.build in embedding/; r=mshal
2013-11-11 09:04:22 +01:00
Ms2ger
f862565c8f
Bug 931461 - Remove docshell/base/Makefile.in; r=gps
2013-11-11 09:04:17 +01:00
Ms2ger
bd6c1c7dc9
Bug 931459 - Move LOCAL_INCLUDES to moz.build in dom/; r=mshal
2013-11-11 09:04:11 +01:00
Ms2ger
84b1d4041e
Bug 931404 - Move LOCAL_INCLUDES to moz.build in content/; r=gps
2013-11-11 09:04:06 +01:00
Ms2ger
18114993ff
Bug 928741 - Stop using PR_STATIC_ASSERT in content; r=jst
2013-11-11 09:03:59 +01:00
Ms2ger
2d2f7fa030
Bug 921718 - Part b: Move MediaList to WebIDL; r=bz
2013-11-11 09:03:17 +01:00
Ms2ger
912c0ae2b2
Bug 921718 - Part a: Rename nsMediaList::Count to Length and make it return uint32_t; r=bz
2013-11-11 09:01:01 +01:00
Ms2ger
c1e5a09403
Bug 923251 - Part i: Outparamdel nsMediaList::Clone; r=heycam
2013-11-11 09:00:55 +01:00
Ms2ger
dea78db886
Bug 923251 - Part h: Don't handle allocation failure in nsMediaQuery::Clone; r=heycam
2013-11-11 09:00:50 +01:00
Ms2ger
6c1fc9bfa4
Bug 923251 - Part g: Make nsCSSStyleSheet::WillDirty return void; r=heycam
2013-11-11 09:00:46 +01:00
Ms2ger
0019ba0a33
Bug 923251 - Part f: Pass an Element to inDOMUtils::GetRuleNodeForContent and rename it to reflect that; r=heycam
2013-11-11 09:00:41 +01:00
Ms2ger
ed791684be
Bug 923251 - Part e: Make nsPresContext::EnsureSafeToHandOutCSSRules return void; r=heycam
2013-11-11 09:00:33 +01:00
Ms2ger
d2bac29347
Bug 923251 - Part d: Remove nsCSSStyleSheet::eUniqueInner_CloneFailed; r=heycam
2013-11-11 09:00:18 +01:00
Ms2ger
63ed46994e
Bug 923251 - Part c: Make nsCSSStyleSheet::AppendAllChildSheets return void; r=heycam
2013-11-11 08:59:58 +01:00
Ms2ger
eafd14c859
Bug 923251 - Part b: Make Loader::PrepareSheet return void; r=heycam
2013-11-11 08:57:53 +01:00
Ms2ger
54698d817e
Bug 923251 - Part a: Make ParseMediaList return void; r=heycam
2013-11-11 08:57:34 +01:00
Ms2ger
9f1382ddc6
Bug 933326 - Part b: Remove xpc_qsThrowMethodFailedWithCcx and xpc_qsThrowMethodFailedWithDetails; r=bholley
2013-11-11 08:56:59 +01:00
Ms2ger
dd7127ccd4
Bug 933326 - Part a: Remove xpc_qsStringToJsstring; r=bholley
2013-11-11 08:56:03 +01:00
Ms2ger
5ff970779e
Bug 909254 - Stop using jsapi for HTMLCollection.namedItem; r=peterv
2013-11-11 08:55:41 +01:00
Carsten "Tomcat" Book
16a52dceab
merge mozilla-inbound to mozilla-central
2013-11-11 08:50:14 +01:00
Vicamo Yang
3f4f1a6088
Bug 936763 - B2G MMS: the connected/disconnected network can come from 3G not MMS, which throws exceptions when accessing MMS proxy settings. r=vicamo
2013-11-11 12:41:03 +08:00
Gaia Pushbot
8f20b2b4cd
Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4a3f02dbc339
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #13372 from ian-liu/bluetooth/Bug922993_Refine_the_description_of_header/body_while_the_storage_is_not_available
Bug 922993 - [Bluetooth] Refine the description of header/body while the storage is not available, r=@alivedise
========
https://hg.mozilla.org/integration/gaia-central/rev/2e110e34e7ff
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 922993 - [Bluetooth] Refine the description of header/body while the storage is not available
2013-11-10 18:35:25 -08:00