Commit Graph

155931 Commits

Author SHA1 Message Date
Benjamin Peterson
9ba8874a94 Bug 939464 - Rewrite code to fix GCC unitialized variable compliants. r=billm
--HG--
extra : rebase_source : 6ef2b3017888286447135816e734c98bb6cf3da9
2013-11-16 18:15:33 -05:00
Gijs Kruitbosch
d9e3e5b5b6 Bug 938162 - if it looks, swims and quacks like a duck, but doesn't end in .js, let's not call it a test, r=gps
--HG--
extra : rebase_source : 700e855b79998028d57590c445f7f4b390bd0f9d
2013-11-13 17:30:00 +01:00
Victor Porof
122e53cd1e Bug 937627 - The webgl constructs cache should be per context, not per document global, r=rcampbell 2013-11-18 10:26:00 +02:00
Peter Van der Beken
3bba715683 Bug 935786 - Assertion failure: !IsInnerWindow() || IsCurrentInnerWindow() at nsGlobalWindow.cpp:8909. r=smaug
CLOSED TREE
2013-11-13 09:47:37 +01:00
Nathan Froyd
c63b55e8d9 Bug 938612 - ensure the image buffers for canvases are freed; r=smaug
Landing this on a CLOSED TREE
2013-11-14 11:15:48 -05:00
Carsten "Tomcat" Book
3c3ebd3755 Backed out changeset d9ad4cc32e5d (bug 936143) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE 2013-11-14 10:02:34 +01:00
Carsten "Tomcat" Book
e17f09e4a7 Backed out changeset 011dcedf181f (bug 936143) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE 2013-11-14 10:02:24 +01:00
Carsten "Tomcat" Book
0a857bf536 Backed out changeset 2abeb02c4777 (bug 933882) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE 2013-11-14 10:02:14 +01:00
Carsten "Tomcat" Book
c35035193f Backed out changeset c6981912ff87 (bug 933882) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE 2013-11-14 10:02:03 +01:00
Carsten "Tomcat" Book
12b7a760aa Backed out changeset b8d3be6e3c1a (bug 935470) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE 2013-11-14 10:01:52 +01:00
Carsten "Tomcat" Book
0a01b279df Backed out changeset fe63bf2c6a3a (bug 935228) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE 2013-11-14 10:01:39 +01:00
Carsten "Tomcat" Book
c8dfe7142d Backed out changeset 5e6899ab5ead (bug 934799) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE 2013-11-14 10:01:25 +01:00
Carsten "Tomcat" Book
0e20af9666 Backed out changeset 9f3212effb9f (bug 934799) as result of the discussion of Bug 937997 Comment 48 Trees Closed due to OOM on a CLOSED TREE 2013-11-14 10:00:48 +01:00
Vincent Chang
45db1e1423 Bug 921963 - [RTSP] Support RTSP in Android JB build. r=sworkman 2013-11-13 16:03:26 +08:00
Phil Ringnalda
0665dfb34f Back out 19895f599868 (bug 936555) for Windows test_mozinfo.py failures
CLOSED TREE
2013-11-12 20:25:19 -08:00
Dan Gohman
ba59726418 Bug 937944 - SpiderMonkey: Use d15 as the float scratch register on ARM, to avoid conflicts with argument registers. r=mjrosenb 2013-11-12 20:20:22 -08:00
Phil Ringnalda
0db97dc79f Back out ce7c0c133cc2 (bug 936327) for crashtest GC crashes and assertions
CLOSED TREE
2013-11-12 20:09:28 -08:00
Matthew Noorenberghe
c173660590 Bug 936378 - Fix PanelUI.show() to not require an event. r=Unfocused 2013-11-12 19:19:09 -08:00
Gijs Kruitbosch
b05d485477 Bug 884492 - run TabsInTitlebar._update when nodes are added/removed in tab/menubar, r=mconley 2013-11-13 21:56:42 +01:00
Wes Kocher
78325ce3a0 Merge fx-team to m-c 2013-11-12 18:42:56 -08:00
Matt Brubeck
adc24b0119 Bug 937200 - Don't call setDisplayPort for events in a background tab [r=jimm] 2013-11-12 18:05:58 -08:00
Matt Brubeck
813fe418b7 Bug 888353 - [Metro] Open link in new tab for middle- or ctrl-click [r=rsilveira] 2013-11-12 18:05:55 -08:00
Max Li
bc1ea74b99 Bug 933393 - [AccessFu] Utter selection changes. r=eeejay
--HG--
extra : rebase_source : 2997b101df0cc63aba3e94b60ebe63c0db7eb3b7
2013-11-12 19:56:24 -05:00
Robert Longson
10e06f19d5 Bug 938569 - Path fails to render, with comma between move command and implied line command. r=dholbert 2013-11-16 09:51:39 +00:00
Makoto Kato
8747148f14 Bug 935499. r=honzab 2013-11-16 18:30:12 +09:00
Jan de Mooij
bcfc0b8ed5 Bug 937540 part 4 - Use placement new for MBasicBlock. r=djvj 2013-11-16 10:15:35 +01:00
Jan de Mooij
d7c2624b9d Bug 937540 part 3 - Use placement new for GVN ValueNumberData. r=mjrosenb 2013-11-16 10:15:33 +01:00
Jan de Mooij
7077033e4a Bug 937540 part 2 - Use placement new for BitSet and LoopAliasInfo. r=sstangl 2013-11-16 10:15:30 +01:00
Jan de Mooij
50a1ab3b37 Bug 937540 part 1 - Add |operator new| for placement new to TempObject and use for regalloc objects. r=luke 2013-11-16 10:14:07 +01:00
Martin Husemann
cf2cfc1efb Bug 810716: Avoid AC_TRY_LINK on systems where we do not want res_ninit r=ted 2013-11-16 09:13:23 +01:00
Landry Breuil
9f43148a95 Bug 928390: Partially backport libffi upstream 049d8386ff for OpenBSD/mips/hppa. r=glandium 2013-11-13 22:06:05 +01:00
Wes Kocher
8251017dc5 Merge b2g-inbound to m-c 2013-11-12 16:39:59 -08:00
Wes Kocher
fb3a4ba12e Merge inbound to m-c 2013-11-12 16:34:04 -08:00
Gijs Kruitbosch
726ace5e27 Merge mozilla-central and ux 2013-11-13 00:28:03 +01:00
Gaia Pushbot
f1740a1bbd Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f6f928dc9106
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #13593 from wanderview/contacts-group-overflow

Bug 937291:  Limit overflow of each group list.  r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/f5b424f68347
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 937291:  Limit overflow of each group list.
2013-11-12 14:01:28 -08:00
Ryan VanderMeulen
937abeb25b Backed out changesets 2e36a398a61f, fd2aafdc34d0, and 8f2cd9cf4d65 (bug 932854) for Windows mochitest-other crashes on a CLOSED TREE. 2013-11-12 16:24:51 -05:00
Fabrice Desré
f517a84142 iBug 937810 - disable application reputation check on b2g r=mmc,mossop 2013-11-12 13:17:31 -08:00
Fabrice Desré
24de6f7ccf Bug 934677 - Make the the various download jsm work in b2g r=paolo 2013-11-12 13:17:28 -08:00
Fabrice Desré
bcea3616b0 Bug 936342 - Make downloads end up in the default storage area on b2g r=dhylands,paolo 2013-11-12 13:17:24 -08:00
Gaia Pushbot
7de464e771 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ea43288e7fa3
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #13634 from mikehenrty/bug-936485-marionette-bump

bumping marionette client, increase waitFor timeout, r=lightsofapollo

========

https://hg.mozilla.org/integration/gaia-central/rev/9bd54d12ba10
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: bumping marionette client, increase waitFor timeout
2013-11-12 13:15:25 -08:00
Gaia Pushbot
7b91783831 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b2c161079091
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #13540 from asutherland/makefile-fix

Bug 931550 - Clock and Mail app only have rocket icon on homescreen, can't launch/broken. r=:yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/ad1506647118
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 931550 - Clock and Mail app only have rocket icon on homescreen, can't launch/broken
2013-11-12 12:50:25 -08:00
Jim Mathies
8c7dffd975 Bug 918203 - Invalidate the ICoreWindow hwnd when we resize. r=bbondy 2013-11-12 14:48:10 -06:00
Jim Mathies
1b40b54996 Bug 938598 - Add handy debug routines for drawing touch points on the screen. r=mbrubeck 2013-11-17 06:12:52 -06:00
Jim Mathies
c01c2de630 Bug 938598 - Update selection monocle position offset to make tests more accurate and cut down on random failures. r=mbrubeck 2013-11-17 06:12:52 -06:00
Matthew Noorenberghe
ac99007c00 Bug 939008 - Move UITour CSS into themes/shared/ and browser/base/content/browser.css. r=Unfocused 2013-11-17 01:32:40 -08:00
Tim Taubert
21f84db2e9 Bug 938093 - Swap TabStateCache contents when docShells are swapped r=billm
From ca18aa2560b9380aa67ccfb6b90f4bbe8d38fc57 Mon Sep 17 00:00:00 2001
2013-11-13 12:43:27 +01:00
Tim Taubert
7475080df6 Bug 938084 - Drop pending collections when docShells are swapped r=billm
From c9f166092e28ede16159c7e067df5b307a68f145 Mon Sep 17 00:00:00 2001
2013-11-13 12:16:46 +01:00
Tim Taubert
cb3bb3e5b4 Bug 938071 - Fix typo in TabState.onSwapDocShells() r=billm
From efc26aa604f2770e3255bab13312a8e77dcea484 Mon Sep 17 00:00:00 2001
2013-11-13 11:30:03 +01:00
Brian Nicholson
f1d4235ba7 Bug 874985 - Part 3: Session restore tests. r=gbrown 2013-11-15 22:59:17 -08:00
Brian Nicholson
48bffd0f06 Bug 874985 - Part 2: Add stateBundle extra to allow injecting fake state bundles. r=mfinkle,gbrown 2013-11-15 22:59:17 -08:00