Commit Graph

151239 Commits

Author SHA1 Message Date
Trevor Saunders
aba3fa9503 bug 922566 - kill dom-config.mk r=gps 2013-10-11 12:02:41 -04:00
Jonathan Griffin
e898ed8192 Bug 929121 - Don't pass a null bin parameter, r=ahal, DONTBUILD because NPOTB 2013-10-21 14:26:40 -07:00
Ehsan Akhgari
a1e2d2bdbd Bug 928900 - Reduce some content/ #includes; r=jst
--HG--
extra : rebase_source : d2932ff888affe7e1e7a10233dfacac6fb9f07a7
2013-10-21 17:23:33 -04:00
Jonathan Griffin
10ce8c275b Bug 929122 - Add b2g-debug.json, r=ahal
--HG--
rename : testing/mochitest/b2g.json => testing/mochitest/b2g-debug.json
2013-10-21 14:20:50 -07:00
Mark Banner
da3b516b7e Bug 928304 Add jsonifier to mozRTCIceCandidate to simplify passing the candidate via signalling. r=jib 2013-10-21 21:56:07 +01:00
Steve Fink
aa953866aa Bug 925916 - Revert computThis() to thisv(). r=bz
--HG--
extra : rebase_source : 9de03d5a7c8867f92984eee80a185ca3f3c0f764
2013-10-21 10:52:22 -07:00
Terrence Cole
4b74572640 Bug 929065 - Fix an oom handling issue in ion compilation; r=bhackett
--HG--
extra : rebase_source : a2996447791b60ca53d02f7eb514143370c232b0
2013-10-21 12:12:48 -07:00
Terrence Cole
ada958d2ba Bug 928056 - Do not pause for background compilation before ggc; r=bhackett,r=billm
--HG--
extra : rebase_source : 60b4f5539f30213836c3acc87f8aa88404dd52eb
2013-10-17 14:42:46 -07:00
David Anderson
50865a3082 Fix resize jank on Linux with OMTC (bug 926618, r=mattwoodrow). 2013-10-21 13:14:47 -07:00
Dan Gohman
44e1eaae94 Bug 928450 - IonMonkey: Check for empty ranges after intersecting integer and floating-point ranges. r=nbp 2013-10-21 13:04:20 -07:00
Dan Gohman
96ac2b9083 Bug 927389 - IonMonkey: Refine a range's lower and upper bounds when clearing its fractional part. r=nbp 2013-10-21 13:04:15 -07:00
Joshua Cranmer
59413baca5 Bug 900526, part 5: Move DIST_SUBDIR to moz.build, r=gps 2013-10-21 13:10:04 -05:00
Joshua Cranmer
df0c3131ef Bug 900526, part 4: Migrate FINAL_TARGET and XPI_NAME to moz.build, r=gps 2013-10-21 13:09:06 -05:00
Joshua Cranmer
4c2b5f285c Bug 900526, part 3: Define FINAL_TARGET and friends in moz.build, r=gps 2013-10-21 13:08:35 -05:00
Joshua Cranmer
fa4de4e669 Bug 900526, part 2: Move backend.mk inclusion to config.mk instead of rules.mk, r=gps 2013-10-21 13:08:00 -05:00
Joshua Cranmer
b2e90c70eb Bug 900526, part 1: Allow inheritable moz.build variables, r=gps. 2013-10-21 13:07:30 -05:00
Jim Blandy
0440af2389 Bug 928507: Properly hide JS::Handle's assignment operator; add 'repoint' method to deal with the fallout; fix C1Spewer, IonSpewer, and CompileOptions. r=terrence 2013-10-21 12:56:44 -07:00
Christian Holler
966b0e4669 Bug 929024 - Fix ASan symbolizing for mochitests. r=ted
--HG--
extra : rebase_source : f6b4ee3a5d84ba1987f2a35abe9b28c1d45efb2e
2013-10-21 20:11:07 +02:00
Christian Holler
cbe315f17c Bug 925873 - Make mochitest emit TEST-UNEXPECTED-FAIL on non-zero exit code. r=ted.
--HG--
extra : rebase_source : 17eb855e9bdc1b22c1187ede1dbb1b820f230290
2013-10-21 13:46:49 +02:00
Malini Das
20e64d0b5c Bug 909129 - stop leaking imported scripts and don't import duplicates, r=jgriffin 2013-10-08 16:11:45 -04:00
Kannan Vijayan
a11846e8ea Backout 5a0801040b54, 5bedd82346b4, 4d8068fd3271, and bc31e05eddb8 for b2g build breakage. CLOSED TREE. 2013-10-21 14:39:33 -04:00
Kannan Vijayan
3ceaaffe62 Backout 38d2cbc11868 for jsreftest failures. CLOSED TREE. 2013-10-21 14:39:29 -04:00
Camilo Viecco
b6082bd39c Bug 911336: nsNSSCertificateDB does not lock nssShutdown correctly. r=keeler. 2013-08-29 16:15:35 -07:00
Seth Fowler
5a002e5046 Bug 764299 (Part 4) - Cache rasterized surfaces in VectorImage. r=dholbert 2013-10-21 18:10:50 +02:00
Seth Fowler
74e3253b56 Bug 764299 (Part 3) - Add memory reporting to the surface cache. r=njn 2013-10-21 18:10:45 +02:00
Seth Fowler
a41e6e636f Bug 764299 (Part 2) - Add a temporary surface cache to imagelib. r=dholbert 2013-10-21 18:10:43 +02:00
Seth Fowler
1cf7b84b50 Bug 764299 (Part 1) - Add hashing to SVGImageContext. r=dholbert 2013-10-21 18:10:40 +02:00
Kannan Vijayan
207ebf3145 Bug 916949 - Change __noSuchMethod__ so that it only gets invoked on undefined bindings. r=jorendorff 2013-10-21 12:03:39 -04:00
Brian Hackett
98d50998be Bug 928971 - Consistently test for whether functions will be run once closures, r=luke. 2013-10-21 10:01:47 -06:00
Benjamin Peterson
91aa788491 Bug 928738 - Safely pun double and float. r=jandem 2013-10-21 11:46:54 -04:00
Andrew Halberstadt
27e178e063 Bug 927568 - fix misplaced null check in marionette-server.js, r=mdas 2013-10-21 10:32:48 -04:00
Nicholas Cameron
548c11e7a9 Bug 925317. Check shmems are tracked whenever we send them across IPC. r=BenWa,bent 2013-10-21 16:23:42 +02:00
Felix S. Klock II
459028b740 Bug 928029: SelfHosting: check ThrowError argument count (r=till). 2013-10-21 10:08:01 -04:00
Jonathan Watt
a3f0461ca1 Bug 928879 - Move SVGTextContextPaint to nsSVGTextFrame2.h/.cpp. r=heycam 2013-10-21 13:54:28 +02:00
Carsten "Tomcat" Book
420708dc52 Merge mozilla-central to mozilla-inbound 2013-10-21 13:45:19 +02:00
Carsten "Tomcat" Book
f7da5a83cc Merge fx-team to Mozilla-Central 2013-10-21 13:43:41 +02:00
Tim Taubert
564612b251 Bug 928787 - Convert in-content preference style sheets to LF; r=jaws 2013-10-21 06:53:02 +02:00
Chris Pearce
9b05726bb3 Bug 928765 - Create MediaDecoderReader::GetBuffered() base implementation that estimates buffered ranges, so that subclasses do have to keep reimplementing the estimation. r=doublec 2013-10-21 16:31:05 +13:00
Ehsan Akhgari
ca0cdad832 Bug 928712 - Remove the rest of the unneeded prtypes.h inclusions; rs=bsmedberg 2013-10-20 22:59:48 -04:00
Phil Ringnalda
ffc34fa005 Merge m-c to m-i 2013-10-20 19:33:47 -07:00
Phil Ringnalda
d4f46d2178 Merge m-i to m-c 2013-10-20 19:24:53 -07:00
Doug Turner
2912e5f43a Bug 928217 - Enable core location geolocation conditionally. r=jdm/smichaud 2013-10-20 17:53:09 -07:00
Arnaud Bienner
1f06fee08a Bug 917917 - Make the Gtk color picker modal. r=karlt 2013-10-20 23:44:55 +02:00
Georg Fritzsche
25de7d1660 Bug 853694 - Cannot send crash reports for click-to-play plugins. r=jaws 2013-10-19 17:15:18 +02:00
Ethan Hugg
8254cedadf Bug 928537 - Datachannel streams should be kept in the range 1 to MAX_NUM_STREAMS r=jesup 2013-10-18 15:01:46 -07:00
Dan Gohman
e5ca28a498 Bug 926514 - Revert "Bug 925088 - SpiderMonkey: Fold loads into branchTest32. r=nbp" 2013-10-20 09:46:26 -07:00
Phil Ringnalda
90876d2f60 Bug 926091 - Touch my CLOBBER, you know you want to 2013-10-20 09:29:09 -07:00
Gijs Kruitbosch
369e5cb8c5 Bug 924463 - clean up browser/components moz.build/test manifest, r=gps 2013-10-18 14:55:19 +02:00
Phil Ringnalda
6dfba8c5f0 Merge m-c to f-t 2013-10-20 09:57:49 -07:00
Jacob Clark
e1af68ea63 Bug 928315 - Adding functionlity to allow Shift+Enter to search backwards in the debugger, r=vporof 2013-10-20 17:50:20 +03:00