Commit Graph

157890 Commits

Author SHA1 Message Date
Daniel Holbert
cd7355c0de Bug 945059: Mark toolkit/profile and toolkit/components/startup as FAIL_ON_WARNINGS. r=glandium 2013-12-01 16:25:19 -08:00
Ehsan Akhgari
928fce7590 Backed out changeset 3e9d8536f7a8 (bug 943839) on the suspicion of having broken the PGO builds 2013-12-01 16:29:54 -05:00
Jonathan Watt
2d1f313e21 No bug. Disabled test_input_number_mouse_events.html and test_input_number_rounding.html completely while I figure out why the syntax for disabling them on B2G and Android isn't working. 2013-12-01 16:35:56 +00:00
Jonathan Watt
eec4f03320 Bug 943047 - Undo addressing of bogus review comment.
--HG--
extra : rebase_source : 7e919db02474e7632b9eacb0c66b6f255dcc8d07
2013-12-01 14:43:26 +00:00
Ehsan Akhgari
6b1ebf1d7f Bug 943839 - Make sure that JS_AnchorPtr is never inlined; r=jandem,terrence 2013-12-01 09:41:50 -05:00
Jonathan Watt
e3b016c367 Bug 943047 - Stop <input type=number> from taking focus twice, and enable tabbing backwards through focusable items. r=smaug 2013-12-01 13:49:10 +00:00
Jonathan Watt
5f5f7f6466 Bug 935501 - Get pointer events working for <input type=number>'s spin up/down buttons. r=smaug 2013-12-01 13:49:10 +00:00
Jonathan Watt
1eaff6defb Bug 935506 - Increase/decrease the value of <input type=number> in response to the up/down arrow keys. r=smaug 2013-12-01 13:49:10 +00:00
Jonathan Watt
8494dddee4 Bug 771559 - Make <input type=number>'s number parsing conform to HTML5's "valid floating point number" format. r=smaug 2013-12-01 13:49:09 +00:00
Chris Peterson
13631af445 Bug 784295 - Part 2: Compile self-hosted JS in extra warnings mode (in DEBUG builds). r=till 2013-11-30 00:16:43 -08:00
Chris Peterson
94e96bb8cb Bug 784295 - Part 1: Compile self-hosted JS in strict mode (in DEBUG builds). r=till 2013-11-24 21:56:20 -08:00
Jason Orendorff
725d9a07c7 Bug 806522 - Assertion failure: getSlot(EVAL).isObject(), r=Waldo 2013-11-30 22:24:13 -08:00
Benoit Jacob
1634ca88a4 Bug 943712 - Fix the non-unified build of SmsIPCService.cpp - no review, trivial compilation fix 2013-11-30 21:21:35 -05:00
Benoit Jacob
fdc0726361 Bug 944571 - Fix the non-unified build of gfxBlur.cpp - no review, trivial compilation fix 2013-11-30 21:21:03 -05:00
Mike Hommey
19da4ce8f2 Bug 944830 - Fix non-unified build in gfx after bug 942492, bug 943293 and bug 944172. r=bjacob 2013-12-01 07:20:57 +09:00
Mike Hommey
fbaaf4c59d Bug 944835 - Fix non-unified build in layout/base after bug 941559. r=roc 2013-12-01 07:20:41 +09:00
Mike Hommey
95f50f57a3 Bug 944558 - Refactor config/makefiles/debugmake.mk for more correctness, and remove old cruft. r=gps
Also remove use of print-depth-path.sh in UPDATE_TITLE.
2013-12-01 07:20:19 +09:00
Mats Palmgren
7e31ce3c3c Bug 943448 - Adjust assertion counts accordingly. 2013-11-30 21:45:20 +00:00
Mats Palmgren
02a8a7b105 Bug 943448 - Remove useless warnings about nscoord overflow in clamping functions. r=roc 2013-11-30 21:45:20 +00:00
Till Schneidereit
528f5f6e17 Bug 911578 - Backout of invalid packed array optimizations for array extras that can turn packed arrays into non-packed ones. r=me
--HG--
extra : rebase_source : 610323b286427d7b42645aecf0f7771ebb4c6dd9
2013-11-30 14:16:13 +01:00
Landry Breuil
e9ae7af602 Bug 944410 - add missing #include <stdarg.h> for va_list on OpenBSD after bug 942483 r=bgirard 2013-11-30 13:48:34 +01:00
Avi Halachmi
0ec9f5907d Bug 840097: Add clipboard copy for about:telemetry histograms. r=vladan 2013-11-29 19:31:14 +02:00
Chris Peterson
fd2b11af1f Bug 944257 - Fix warning by removing unused ContentClientBasic member variable mManager. r=gal 2013-11-27 19:19:56 -08:00
Chris Peterson
c2d288cdfb Bug 940235 - Build uriloader in unified mode. r=ehsan 2013-11-18 23:50:59 -08:00
Gregory Szorc
b0cd0d8878 Bug 943874 - Update Git URL printed during mach bootstrap; r=ehsan
DONTBUILD (NPOTB)

--HG--
extra : rebase_source : e9d0f626803c2d9326f646b31f3f7bbc58a29bde
extra : amend_source : 39a4efa6ad8fd0c1d30a7d1970037edb281a471c
2013-11-28 13:03:04 +07:00
Cameron McCormack
425b6d0e7a Bug 944493 - Rename PEPseudoSelTrailing because of a string change. r=flod 2013-11-30 12:17:51 +11:00
Ehsan Akhgari
16d3348d9e Bug 943993 - Build toolkit/components/places in unified mode; r=mak 2013-11-29 18:29:49 -05:00
Ehsan Akhgari
cdfa3eab26 Bug 943995 - Build toolkit/components/downloads in unified mode; r=mak 2013-11-29 18:28:39 -05:00
Ehsan Akhgari
c5b24e64e1 Bug 942421 - Work around a gcc 4.8 bug when building the JS engine in unified mode; r=djvj 2013-11-29 16:51:22 -05:00
Andrew McCreight
cc18a72222 Bug 944491 - Add null-checking assert to GetGCThingRuntime. r=jonco 2013-11-29 12:44:00 -08:00
Catalin Iacob
7528af489d Bug 819839 - Part 2 - Print file name and line number if available in DMD report. r=njn 2013-11-29 16:09:42 +01:00
Catalin Iacob
e961122fe2 Bug 819839 - Part 1 - Allow NS_StackWalk to be called during static initialization on Windows. r=ehsan 2013-11-29 16:08:43 +01:00
Catalin Iacob
8c249fbd1c Bug 944438 - Get rid of InstallSignalHandlersMutex; r=luke 2013-11-25 16:37:24 +01:00
Matt Woodrow
527be3cbdd Bug 944571 - Part 1: Convert gfxAlphaBoxBlur to use Moz2D surfaces instead of Thebes. r=Bas 2013-10-02 17:20:47 +13:00
Dan Minor
69e7d3a78d Bug 943390 - Unit test TestTArray.cpp fails on Windows XP opt builds; r=froydnj 2013-11-29 12:48:08 -05:00
Till Schneidereit
da305e8c30 Bug 911578 - Use self-hosting intrinsic isPackedArray to optimize loops in array extras. r=jandem
--HG--
extra : rebase_source : 1b01fa6136f2bac70e98f8e8e900deb08d9dd3b8
2013-11-29 17:54:36 +01:00
Till Schneidereit
49cb91346e Bug 911578 - Introduce self-hosting intrinsic isPackedArray. r=jandem
--HG--
extra : rebase_source : de128118f4a52553efa77f70bb4699dfb94d97c4
2013-11-29 17:54:31 +01:00
Neil Deakin
fa682b166a Bug 849544/935460, don't consume mousewheel events when an arrow panel is open, r=karlt 2013-11-29 11:58:26 -05:00
Benoit Jacob
741ffb414e Bug 942492 - Add a missing #include to a header that really needs it - no review, trivial compilation fix 2013-11-29 11:31:46 -05:00
Ed Morley
382d41412b Backed out changeset f76604a4f025 (bug 932627) for assertions 2013-11-29 16:27:19 +00:00
Andrew Halberstadt
38f0ed8cf7 Bug 866937 - Enable crashreporter by default on debug gonk builds, r=ted 2013-11-29 11:15:39 -05:00
Nicolas Pierron
faee84e984 Bug 932627 - Create VMFunctions wrappers under CodeGenerator::link. r=h4writer
---
2013-11-29 07:59:42 -08:00
Patrick McManus
c658be92e0 bug 943149 - nsHttpChannel::ResolveProxy may break AsyncOpen contract r=mayhemer 2013-11-29 10:14:01 -05:00
Luke Wagner
7d937f200d Bug 941827 - Use off-main-thread parsing even if GetCPUCount() == 1 (r=bhackett) 2013-11-29 08:54:26 -06:00
Masatoshi Kimura
2ffe06b1af Bug 942791 - Ensure non-ASCII filenames are accessible in FTP directory listings. r=mayhemer 2013-11-29 23:37:57 +09:00
Carsten "Tomcat" Book
ee5d719c7c Merge m-c to mozilla-inbound 2013-11-29 12:53:57 +01:00
Carsten "Tomcat" Book
88a91eeea2 merge b2g-inbound to mozilla-central 2013-11-29 10:19:20 +01:00
Carsten "Tomcat" Book
caa77e8a92 merge fx-team to mozilla-central 2013-11-29 10:13:09 +01:00
Ms2ger
a129edb4cb Merge mozilla-inbound to mozilla-central. 2013-11-29 09:54:12 +01:00
Makoto Kato
ed24a20324 Bug 942645 - Remove old OS_RELEAE reference. r=glandium 2013-11-29 13:52:22 +09:00