Commit Graph

133692 Commits

Author SHA1 Message Date
Hannes Verschore
58198b242f Bug 878510: IonMonkey: Arm: Test for negative zero instead of zero when converting doubles to integers, r=mjrosenb 2013-06-03 12:32:53 +02:00
Marco Bonardo
9a6a4b23e7 Bug 874407 - new visits are inserted incorrectly in the Library and the sidebar treeviews.
r=Mano
2013-06-03 12:17:36 +02:00
Brad Lassey
95ad53b9f6 bug 866957 - Collect and report cell tower info r=hannos,snorp 2013-05-30 12:50:45 -04:00
Joey Armstrong
6829937e70 bug 870406: move CSRCS to mozbuild (config batch #2) r=mshal 2013-06-04 11:08:44 -04:00
Adam Roach [:abr]
c5a7fe42d3 Bug 878082 - Move handle generation to after PSM setup r=jesup 2013-06-04 10:06:40 -05:00
Lucas Rocha
a45810a3d5 Bug 813546 - Guard against null keys when queryng favicon mem cache (r=mfinkle) 2013-06-04 15:14:06 +01:00
Ryan VanderMeulen
676ee5151c Merge m-c to inbound. 2013-06-04 10:12:12 -04:00
Martin Stransky
dcfdc43973 Bug 878781 - Port GTK2 to GTK3 - widget minor fixes. r=karlt 2013-06-04 08:23:29 -04:00
Frédéric Wang
4a644df437 Bug 878396 - Fix a regression with mspace@mathbackground. r=karlt 2013-06-04 08:22:51 -04:00
Frédéric Wang
621bade635 Bug 875294 - Implement menclose notation "updiagonalarrow". r=karlt 2013-06-04 08:21:25 -04:00
David Rajchenbach-Teller
ebbd1432ab Bug 872981 - Print a warning whenever something attempts to store more than 4kb of preferences. r=bsmedberg 2013-06-04 08:21:06 -04:00
Raymond Lee
2bf4ba49f2 Bug 854761 - Part 2: Remove previous bookmark calls from PlacesUtils - Sync. r=rnewman 2013-06-04 00:21:41 +08:00
Andres Hernandez
e89af5938a Bug 854761 - Part 1: Remove previous bookmark calls from PlacesUtils - Toolkit. r=mak 2013-06-04 00:20:11 +08:00
Frédéric Wang
b6a69dc435 Bug 854339 - Make the equal sign stretchable in MathML. r=karlt 2013-06-04 08:17:45 -04:00
Andrew McCreight
1972c22d09 Bug 875557 - Make nsDeque infallible by default. r=bsmedberg
Also remove some unused return values.
2013-05-28 16:57:54 -07:00
Wes Johnston
34ee49f116 Bug 870063 - Fix context menu typo. r=mfinkle 2013-06-03 10:22:09 -07:00
Paul Adenot
9e29aa84a4 Bug 877527. Forgot to hg add. 2013-06-03 19:15:41 +02:00
Monica Chew
4f87c915c3 Move execution from nsExternalAppHandler to nsDownload (b=858234, r=paolo) 2013-05-27 18:33:39 -07:00
Terrence Cole
4d429f85f2 Bug 875435 - Allow the nursery to grow and shrink with demand; r=bhackett 2013-05-21 17:09:51 -07:00
Paul Adenot
097c1a2a72 Bug 878765 - Add missing incrementation in AudioBlockPanStereoToStereo. r=ehsan 2013-06-03 15:48:58 +02:00
Paul Adenot
eb8ab95ec5 Bug 877527 2013-06-03 19:13:23 +02:00
Richard Newman
08208a498c Bug 878670 - Version profile information cache file. r=nalexander 2013-06-03 10:07:43 -07:00
Daniel Holbert
a32115ff8b Bug 877510: Undefine GetClassInfo in nsHTMLFormElement.h, in case someone #including us also #included a windows header that stupidly defined it to something else. r=smaug 2013-06-03 10:00:04 -07:00
Wes Johnston
8c49bb4fbe Bug 877200 - Make history menu use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
7eebca6e69 Bug 872149 - Make Payments ui use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
184a6d5e0a Bug 872147 - Make FeedHandler use async prompts. r=mfinkle 2013-06-03 09:20:45 -07:00
Wes Johnston
5b37bbda6b Bug 872143 - Make InputWidgetHelper use async prompts. r=mfinkle 2013-06-03 09:20:44 -07:00
Wes Johnston
8c0740ba6b Bug 870063 - Make context menus use async prompt service. r=mfinkle 2013-06-03 09:20:44 -07:00
Wes Johnston
225ef0ead5 Bug 877467 - List API for prompt.jsm should take a flat list. r=mfinkle 2013-06-03 09:20:43 -07:00
Hannes Verschore
9947e1b83f Bug 851064: Allow one-level deep ropes when flattening for substr, r=evilpies 2013-06-03 11:27:07 +02:00
Alex Keybl
82d59d97d5 Bug 872809 – Add sk to multi-locale APK for beta 2 r=akeybl a=akeybl
--HG--
extra : transplant_source : %B1%1C%04%03%08%16%EEY%9D%CD%60%24%A1%EF%FF%C8j%AB%04%C2
2013-05-21 12:50:08 -07:00
Hannes Verschore
05ab7c44d9 Bug 851064: Allow one-level deep ropes when flattening for substr, r=evilpies 2013-06-03 11:27:07 +02:00
Makoto Kato
4fff07118c Bug 875651 - Remove workaround of KB982107/Bug 635617 since required VS2010+. r=dvander 2013-06-03 11:37:25 +09:00
Benjamin Peterson
6b5ef04b86 clobber for bug 778948 2013-06-02 16:00:16 -07:00
Benjamin Peterson
b046a7d890 Bug 778948 - Move jsinterp.cpp/h to the vm/ dir. r=luke
--HG--
rename : js/src/jsinterpinlines.h => js/src/vm/Interpreter-inl.h
rename : js/src/jsinterp.cpp => js/src/vm/Interpreter.cpp
rename : js/src/jsinterp.h => js/src/vm/Interpreter.h
2013-06-02 15:30:43 -07:00
David Zbarsky
a6b5f8508d Bug 788549: Fix matrix animations (patch hunk got lost in rebasing) r=dbaron 2013-06-02 13:35:17 -07:00
David Zbarsky
4e666d420d Bug 779395 - Add support for skew transforms to compositor-driven animations r=dbaron 2013-05-21 18:22:44 +08:00
David Zbarsky
7aa201ac80 Bug 879017: Remove some unneeded CIDs r=bz 2013-06-03 23:05:16 -07:00
Alexander Surkov
9cd1365fdd Bug 704465 - Table headers not associated when header is a td element with no scope, r=tbsaunde 2013-06-04 14:48:44 +09:00
Nicholas Cameron
88238a55e8 Bug 863635. Make gfxPlatform smarter about when we can use Moz2D for content rendering r=Bas 2013-05-28 10:04:37 +12:00
Nicholas Cameron
5d63f21d00 Bug 878522. Don't permit Azure/content/Cairo on Linux. r=kentuckyfriedtakahe 2013-06-04 17:18:27 +12:00
Timothy Nikkel
4db95c4434 Bug 878612. Passing through the background painting flags in all cases means we follow the same path more often, which asserted before, so we need to bump the assertion counts for one reftest. r=matt.woodrow 2013-06-03 23:49:03 -05:00
Timothy Nikkel
c3a504ac61 Bug 878612. Make sure to pass through the background painting flags through in all cases. r=matt.woodrow 2013-06-03 23:49:03 -05:00
Gary Kwong
14a5d6bb4e Bug 879092 - Have different runtime abort messages for the different error types. r=jlebar 2013-06-03 21:15:40 -07:00
Robert O'Callahan
03bc36db46 Bug 786064. Part 1: Pass aFlags through VectorImage::Draw; FLAG_CLAMP is especially important to avoid taking a deathly-slow tiling path. r=joedrew
--HG--
extra : rebase_source : a8f5f9ea9755cf4e2017bb522e99870c2a7f48d5
2013-06-04 15:29:34 +12:00
Robert O'Callahan
96e4270e65 Bug 877135. Remove HTMLMediaElement::mozLoadFrom since it's nonstandard and no longer needed (setting 'src' to another element's 'currentSrc' works just as well). r=doublec
--HG--
extra : rebase_source : f1e04fe469a1757bfabfcf79bbf0fec29faee1c7
2013-06-04 15:28:23 +12:00
Shu-yu Guo
f521bc08d1 Bug 878038 - Fix stack mismatch when inlining rest args in Ion. (r=djvj) 2013-06-03 14:27:19 -07:00
Makoto Kato
bad23f34f8 Bug 871462 - Clean up string API usages on Gonk. r=dbaron 2013-06-03 17:41:27 +09:00
Ehsan Akhgari
d49b8699e3 Bug 876194 - Remove 660451-1.html because we have another copy of it in the tree (656130-2.html) 2013-06-03 21:42:23 -04:00
Bas Schouten
a2627198c4 Bug 829954 - Part 2: Check for allocation success inside AlphaBoxBlur::Blur. r=jrmuizel 2013-06-04 03:13:53 +02:00