Commit Graph

184761 Commits

Author SHA1 Message Date
Ryan VanderMeulen
b46128affc Backed out changeset 2c631967ab9e (bug 999651) for B2G crashes.
CLOSED TREE
2014-05-27 14:08:30 -04:00
Terrence Cole
28692ce4a8 Bug 1014972 - Fix selectedForMarking in the presence of GGC; r=jonco
--HG--
extra : rebase_source : 2d223ca1fde1a1392e2ab66578f87a03a11a19f8
2014-05-27 10:08:38 -07:00
David Keeler
bacc5f19c7 bug 995801 - cache nsNSSCertificate::mCachedEVStatus on disk r=mayhemer 2014-01-10 11:13:03 -08:00
Myk Melez
35a6e4115d Bug 938303 - enable user to reassign "quit application" shortcut on Mac; r=enndeakin
--HG--
extra : rebase_source : d4abe64845be02909cb946be8ce01c27b1e02477
2014-05-27 10:02:13 -07:00
Jeff Walden
8978c3f50f Bug 999651, bug 995679, bug 1009952, bug 1011007, bug 991981. r=sfink, r=shu, r=jandem, r=jdm, r=luke, r=bbouvier, r=nmatsakis, r=bz, r=ehsan, r=jgilbert, r=smaug, r=sicking, r=terrence, r=bholley, r=bent 2014-05-27 09:56:43 -07:00
Jeff Walden
aef0e3299f Bug 1003997. r=sfink 2014-05-06 10:40:04 -07:00
Kartikaya Gupta
9bb0df30f2 Bug 949859 - When calculating fling velocity, ignore timestamps that are too old. r=botond 2014-05-27 11:45:03 -04:00
Kartikaya Gupta
d05ca55cbf Bug 949859 - Remove mLastEventTime from APZC and store a timestamp in Axis instead. r=botond 2014-05-27 11:45:03 -04:00
Bas Schouten
54da9bc1bd Bug 999943 - Followup: Add requested comment. r=jwatt 2014-05-27 17:35:35 +02:00
Trevor Saunders
cb0e030ae4 bug 966084 - don't QI the result of win->GetFrameElementInternal() when its not required r=smaug 2014-01-23 16:14:29 -05:00
Trevor Saunders
3e8a2ce19d bug 966059 - add nsIDocShell::GetWindow and GetDocument r=smaug 2014-01-09 21:03:47 -05:00
Bas Schouten
9dc87fdef6 Bug 999943: Correctly use the absolute value to determine min and max of the inflection range. r=jwatt 2014-05-27 17:03:34 +02:00
Marty Rosenberg
88ed6fc4a4 bug 1010269: When generating offsets for toggling branches, use the correct one (r=dougc) 2014-05-23 04:09:47 -04:00
Marty Rosenberg
5441acb4eb bug 996715: Remove the code that bails when determining if the second instruction in a chunk is a branch. (r=dougc) 2014-05-27 09:40:35 -04:00
Gabor Krizsanits
de64a276de Bug 877072 - LinkImport should be a partial interface. r=bz 2014-05-27 15:26:48 +02:00
Geoff Brown
320b57a883 Bug 979921 - Enable some crashtests on Android 2.3; r=dminor 2014-05-27 06:46:15 -06:00
Chris Lord
fa2f161546 Bug 1006797 - Fix application of OGL compositor screen render offset. r=nical 2014-05-27 13:31:01 +01:00
Victor Porof
b71b27f52a Backed out changeset c2429d6c41fb (Bug 1004726) for regressions on B2G, r=me 2014-05-26 21:51:50 -04:00
Neil Rashbrook
9cfd58c16f Bug 869836 - Part 9a: Use AssignLiteral(MOZ_UTF16(...)) instead of Assign(NS_LITERAL_STRING(...)). r=ehsan
Relading with correct bug number so DONTBUILD.

--HG--
extra : amend_source : 6e05de7729c27761564124212b7d4cbe3318e482
2014-05-26 21:54:10 +03:00
Birunthan Mohanathas
f3421c776b Backout 8b8bbe7aa1cc due to wrong bug number 2014-05-27 14:42:13 +03:00
Birunthan Mohanathas
e7d1484cb7 Bug 995730 - Convert xpcom/threads/ to Gecko style. r=froydnj
--HG--
extra : rebase_source : 1f6f179f44db87f55ebfe5d855192adfad7d1b74
2014-05-27 10:15:35 +03:00
Birunthan Mohanathas
4a7f8c92a2 Bug 995730 - Convert xpcom/string/ to Gecko style. r=froydnj
--HG--
extra : rebase_source : ca62984a1bad49505dd8fd480dc3d525c85cc210
2014-05-27 10:15:35 +03:00
Birunthan Mohanathas
562904c002 Bug 869836 - Part 12: Use Assign('c') instead of AssignLiteral("c"). r=ehsan
--HG--
extra : rebase_source : a6b15019cee452973dd8bf3112c15e14175855a9
2014-05-26 21:55:08 +03:00
Birunthan Mohanathas
f9b1b35c3e Bug 869836 - Part 11: Use Append('c') instead of AppendLiteral("c"). r=ehsan
--HG--
extra : rebase_source : 08bcbfd804f1adcab40c7d59fa56deda1f6e0829
2014-05-26 21:54:58 +03:00
Birunthan Mohanathas
84d3adc780 Bug 869836 - Part 10: Use Truncate instead of AssignLiteral(""). r=ehsan
--HG--
extra : rebase_source : e75c900e72e5367518f2b923a839fd23acf29a42
2014-05-26 21:54:53 +03:00
Neil Rashbrook
12b4869c02 Bug 995730 - Part 9a: Use AssignLiteral(MOZ_UTF16(...)) instead of Assign(NS_LITERAL_STRING(...)). r=ehsan
--HG--
extra : rebase_source : d2d3d611c06a2a7ec930fb11576d7c8335c0a6e2
2014-05-26 21:54:10 +03:00
Landry Breuil
2c8120fb04 Bug 961488: fix crash in mozJSComponentLoader::Import on 32-bits powerpc/sparc unix-but-non-mac oses. r=bz,glandium f=stevesn,spectre 2014-05-27 07:56:54 +02:00
Jonathan Kew
915720809e bug 1011187 - reftest for font-variant:small-caps in canvas. r=roc 2014-05-27 10:50:11 +01:00
Jonathan Kew
8246e4fade bug 935739 - reftest for font-variant:small-caps in XUL. r=roc 2014-05-27 10:50:08 +01:00
Richard Barnes
3f372024f4 Bug 998471 - Add support for key generation to WebCrypto API. r=bz,dkeeler
* * *
Change from SetCapacity to SetLength so that strings clone properly
2014-05-26 12:05:00 +02:00
Richard Barnes
cf739d773c Bug 998803 - Add support for RSA encryption and signing to WebCrypto API. r=bz,dkeeler 2014-05-23 15:29:00 +02:00
Richard Barnes
439225237c Bug 998802 - Add support for symmetric-key encryption and MAC to WebCrypto API. r=bz,dkeeler 2014-05-23 15:29:00 +02:00
Ekanan Ketunuti
cc95c8261d Bug 1015913 - Add traceur to the en-US dictionary. r=ehsan
Bug 1015912 - Add badging to the en-US dictionary. r=ehsan
Bug 1015911 - Add parkour to the en-US dictionary. r=ehsan
Bug 1015910 - Add faux to the en-US dictionary. r=ehsan
Bug 1015909 - Add eschatological, eschatologist to the en-US dictionary. r=ehsan
Bug 1015908 - Add decertify to the en-US dictionary. r=ehsan
Bug 1015907 - Add intermediacy, intermediation, disintermediation, intermediator to the en-US dictionary. r=ehsan
Bug 1015906 - Add chemistries to the en-US dictionary. r=ehsan
Bug 1015905 - Add uncheck to the en-US dictionary. r=ehsan
Bug 1015904 - Add colonoscope, colonoscopy to the en-US dictionary. r=ehsan
2014-05-27 07:15:25 +07:00
Inanc Seylan
0e6bd2134e Bug 1010334 - Add recover functionality for Rsh; r=bbouvier 2014-05-27 11:39:50 +02:00
Tim Taubert
cfca93a164 Bug 990812 - Make a11y jsat utils handle group message managers r=yzen 2014-05-23 23:39:00 +02:00
Tim Taubert
c4bc1e15a4 Bug 990812 - Tests for group message managers r=smaug 2014-05-25 23:41:52 +02:00
Tim Taubert
530db490e2 Bug 990812 - Let the frame loader use a group message manager as the parent when it detects that a frame belongs to a certain group r=smaug 2014-05-23 14:49:09 +02:00
Tim Taubert
9e40bef2c0 Bug 990812 - Add nsIDOMChromeWindow.getGroupMessageManager() API r=smaug 2014-05-23 14:51:56 +02:00
Tim Taubert
8e4728a686 Bug 990812 - Allow a deeper frame message manager hierarchy than only global > window > tab r=smaug 2014-05-23 14:52:36 +02:00
Jon Coppeard
0f06ce220b Bug 1013972 - Take account of reentrancy when removing entries from sJSObjWrappers r=bsmedberg 2014-05-27 10:35:13 +01:00
Benjamin Bouvier
162138e1e8 Bug 1015656: Fix overflows on ARM's ceil inline implementation; r=mjrosenb 2014-05-27 11:31:38 +02:00
Phil Ringnalda
9aff8ddd59 Merge m-c to a CLOSED TREE m-i 2014-05-26 23:37:46 -07:00
Phil Ringnalda
44b9362bb7 Back out 4c660783c5d8 (bug 994293) for OOP b2g reftest bustage
CLOSED TREE
2014-05-26 23:22:59 -07:00
Phil Ringnalda
edcfa8e4f3 Back out 5e1bd5190442 (bug 897996) for b2g OOP reftest bustage
CLOSED TREE
2014-05-26 23:22:37 -07:00
Phil Ringnalda
cc97afea03 Bug 981477 followup, skip one more newly-added XUL reftest on OOP b2g
CLOSED TREE
2014-05-26 23:20:30 -07:00
Milan Sreckovic
4f4eda0638 Bug 1016079: Remove unused gfxQtPlatform::UseXRender method. r=bjacob 2014-05-26 16:17:23 -04:00
William Lachance
ed6ae85e74 Bug 1016042 - Bump mozdevice to 0.35;r=ahal DONTBUILD 2014-05-26 14:10:07 -04:00
Ben Hearsum
54b046915c bug 1015407: nexus 4 builds need to upload mars publicly. r=aki DONTBUILD because it only affects nightly builds 2014-05-26 11:23:06 -04:00
Ben Hearsum
e1a2c754ad bug 1011489: hamachi device builds submitting bad urls to balrog. r=aki DONTBUILD because it only affects nightly builds. 2014-05-26 11:22:38 -04:00
Carsten "Tomcat" Book
c509721e94 merge b2g-inbound to mozilla-central 2014-05-26 15:26:11 +02:00