Masayuki Nakano
b34fa8551e
Bug 558976 part.1 Merge nsIWidget::ResetInputState(), nsIWidget::CancelComposition(), nsIWidget::OnIMEFocusChange() and nsIWidget::OnIMESelectionChange() r=roc, sr=roc
2013-03-06 15:14:31 +09:00
Ehsan Akhgari
b9dc9d2a5e
Bug 841413 - Convert test_privbrowsing_perwindowpb.html into a chrome test. r=jdm
2013-02-22 16:01:00 -05:00
Reuben Morais
8e8194cdc1
Bug 844558 - Send contacts from parent to child in chunks. r=gwagner
...
--HG--
extra : rebase_source : 928477208d46757a64ab337dd9f1448790ac7f32
2013-02-23 03:41:41 -08:00
Matt Brubeck
bf88fdb64b
Bug 847812 - Fixes for browser.*.warning.infoURL prefs on Metro [r=jimm]
2013-03-05 11:57:53 -08:00
Matt Brubeck
31933d04ac
Bug 847784 - Remove unused app.feedbackURL preference [r=jimm]
2013-03-05 11:56:42 -08:00
Mark Capella
de52f5a1d2
Backing out bug 837815, changeset 64df2203966e, r=me
2013-03-05 14:58:40 -05:00
Jeff Gilbert
7b1c0f72b4
Bug 847716 - bindAttribLocation for /_?webgl_.*/ should generate INVALID_OPERATION - r=bjacob
2013-03-05 13:36:06 -08:00
Seth Fowler
9949fcf6e3
Bug 846132 (Part 3) - Remove imgIContainer::CopyFrame. r=jdm
2013-03-05 15:39:48 -08:00
Seth Fowler
107f1fb56b
Bug 846132 - (Part 2) Update CopyFrame callers to use GetFrame. r=jdm
2013-03-05 15:39:48 -08:00
Seth Fowler
52f18d3cdb
Bug 846132 - (Part 1) Add gfxASurface methods to produce gfxImageSurfaces. r=jrmuizel
2013-03-05 15:39:48 -08:00
Seth Fowler
7b8eca2b46
Bug 846937 - gfxQuartzImageSurface should implement GetSize. r=jrmuizel
...
--HG--
extra : rebase_source : e83f15f6bd5d55d678226b62e725b982d43f8b77
2013-03-05 14:22:28 -08:00
Steve Fink
c5b6d6e750
Bug 846590 - Do not poison when GC suppressed. r=terrence
2013-03-05 15:36:23 -08:00
Nicolas B. Pierron
2cde4c923b
Bug 843733 part 2 - Use IonAllocPolicy allocator instead of the system one. r=mjronseb
2013-03-05 15:33:37 -08:00
Adam Roach [:abr]
69f83aa4d6
Bug 846942 - Add thread names to log messages
2013-03-05 17:23:26 -06:00
Jonathan Griffin
da5559c7b2
Bug 846534 - Use a data url as the default WebAPI test page in Marionette, r=mdas
2013-03-05 13:23:41 -08:00
Bobby Holley
8269003cf1
Bug 844211 - Only check the XBL bit if XBL scopes are disabled. r=bz
2013-03-05 15:16:37 -08:00
Bobby Holley
1a97a988bd
Bug 844211 - Make this-object nativeCall special-casing actually do something. r=jorendorff
2013-03-05 15:16:36 -08:00
Ryan VanderMeulen
1ce2c3fc86
Backed out 5 changesets (bug 790732) for talos-other hangs/crashes on a CLOSED TREE.
2013-03-05 15:44:15 -05:00
Ryan VanderMeulen
323865437c
Backed out changesets 64bad42e13b7 and 1e2fc9c3b3c5 (bug 836208) for Windows test failures on a CLOSED TREE.
2013-03-05 15:31:45 -05:00
Shane Caraveo
1ae755c42a
bug 786133 allow install of social providers from AMO and web, r=felipe
2013-03-05 11:24:30 -08:00
Gregor Wagner
93b9abdf5f
Bug 842217 - Contacts list swipe and pan gets stuck because of frequent GCs. r=billm
2013-03-05 11:08:44 -08:00
Shane Caraveo
c81ceaa106
bug 797298 make logged out information icon themeable, r=markh
2013-03-04 14:08:25 -08:00
Robert Longson
d32a3f8254
Bug 818177 - mark anim-filter-filterRes-01.svg random on Windows XP. r=dholbert
2013-03-05 18:59:46 +00:00
Nick Alexander
3c9a66facf
Bug 836208 - Part 2: Make |mach build some/Makefile| start one level up. r=glandium
2013-03-05 10:45:43 -08:00
Nick Alexander
b847d7e527
Bug 836208 - Part 1: Factor resolve_target_to_make out of mozbuild.mach_commands. r=glandium
2013-03-05 10:45:41 -08:00
Boris Zbarsky
7039e84fa4
Remove no longer used NodeIterator quickstubs. No bug. r=peterv
2013-03-05 13:42:06 -05:00
Boris Zbarsky
fd9f2ed96b
Bug 847119. Fix the "did the DOM call throw?" test in IonMonkey to check the return value correctly. r=jandem
2013-03-05 13:41:24 -05:00
Gregory Szorc
d3595ab339
Bug 846843 - Scrub profile directory from error strings; r=rnewman
2013-03-05 10:31:12 -08:00
Bobby Holley
2e00ecfa83
Bug 790732 - Omit Components object for content scopes. r=mrbkap
2013-03-05 10:02:00 -08:00
Bobby Holley
cf88b2614c
Bug 790732 - Remove Components warning and Telemetry. r=mrbkap
2013-03-05 10:01:59 -08:00
Bobby Holley
d80a23a7e1
Bug 790732 - Stop attaching Components in InitClasses. r=mrbkap
...
This method is larely deprecated. The only two consumers are JSD and the setup
for the safe JSContext, neither of which use system principal and thus neither
of which should have |Components|.
2013-03-05 10:01:59 -08:00
Bobby Holley
b8d46855f4
Bug 790732 - Remove the aTarget parameter from AttachComponentsObject. r=mrbkap
...
I added this when I thought we'd be defining Components on an object on the XBL
scope chain. At this point, it's not necessary anymore.
2013-03-05 10:01:59 -08:00
Bobby Holley
e7ca42b5ff
Bug 790732 - Fix two more toolkit tests. r=me
...
Not sure why these didn't appear on earlier try runs, but they're trivial.
2013-03-05 10:01:59 -08:00
Ryan VanderMeulen
9e38519fb1
Backed out changeset 45d4f7b16c2f (bug 847559) for bustage.
2013-03-05 12:59:00 -05:00
Ryan VanderMeulen
dc2738d05f
Backed out changeset 9c92da2ea3d7 (bug 844561) for mochitest b-c orange.
2013-03-05 12:53:43 -05:00
Joe Drew
5eda554e17
Bug 847559 - Handle writes to a size-only JPEG decoder after we've gotten the size. r=seth
...
--HG--
extra : rebase_source : c02aa4f03dbba90d07f55d383a507bb27f605287
2013-02-27 14:23:08 -05:00
Joey Armstrong
cb6ee112e1
bug 734139: replace mkdir -p calls with mkdir_deps
2013-03-05 12:27:58 -05:00
Ali Juma
cccde44fa6
Bug 691661 - Add missing break statement in cairo-ft-font.c from upstream. r=jmuizelaar
2013-03-05 12:13:30 -05:00
Alexander J. Vincent
7d4c27a2f4
Bug 847382: Fix XULRunner SDK builds. r=glandium
2013-03-04 23:09:14 -08:00
Albert Crespell
3986a322a5
Bug 839757 - Tests. r=honzab
2013-03-03 09:08:44 +01:00
Albert Crespell
1eeec1465c
Bug 839757 - Net glue. r=honzab
2013-03-03 09:06:38 +01:00
Albert Crespell
203ee2b3d0
Bug 839757 - Implementation. r=honzab
2013-03-03 09:04:38 +01:00
Albert Crespell
45a7593788
Bug 839757 - Interface definition. r=honzab
2013-03-03 09:00:56 +01:00
Cameron Kaiser
6f1818dc6d
Bug 847804 - Remove assert in SVGPreserveAspectRatio.h. r=dholbert
2013-03-04 22:27:53 -08:00
Gregory Szorc
cb832e4325
Bug 846885 - Prevent double inclusion of qcms and gtkxtbin in build system; r=glandium
2013-03-05 08:27:55 -08:00
Ryan VanderMeulen
1c5ad575c2
Backed out changeset e4a14eaefe1d (bug 841413) for mochitest orange.
2013-03-05 11:27:36 -05:00
Randell Jesup
7f8c2a8cd2
Bug 846553: Use non-blocking connect() for SCTP DataChannelConnections, notify disconnects r=mcmanus
2013-03-05 11:17:07 -05:00
Trevor Saunders
2de09e4e6b
bug 846619 - add some static checking for use of _INHERITED cc class macros r=smaug
2013-02-28 18:11:18 -05:00
Philip Chee
7169d518e5
bug 722299 followup: VS2008 bustage fix for Bug 722299 Implement new IDN Unicode display algorithm. r=honza.b
2013-03-02 20:30:30 +08:00
Josh Matthews
a3372f20be
Bug 844561 - Avoid prompting about closing private windows unnecessarily. r=ehsan
2013-03-05 10:41:58 -05:00