Commit Graph

273726 Commits

Author SHA1 Message Date
Bill McCloskey
5c37cfaae2 Bug 753283 - Poison VM stack to help fuzzers (r=bhackett) 2012-06-12 12:24:31 -07:00
Nick Alexander
3d9a22b19f Bug 742109 - Make Android Sync write to Android log with single tag "FxSync". r=rnewman,liuche 2012-06-12 12:12:43 -07:00
Nick Alexander
5c8c661fda Bug 714657 - Purge existing preferences when (re-)adding an Android Sync account. r=liuche 2012-06-12 12:12:42 -07:00
Ehsan Akhgari
8f6a1d197c Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (intl/ parts); r=smontagu 2012-06-05 22:14:46 -04:00
Gregor Wagner
8f68c57a62 Bug 764003 - Remove enablePrivilege calls from settings and contacts API tests. r=bent 2012-06-12 11:13:11 -07:00
Julian Reschke
5bdcbbf5ea Bug 732369 - Content-Disposition parser does not require presence of ";" between params. r=jduell 2012-06-07 22:57:00 -07:00
Ehsan Akhgari
1b1e5ba1ee Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (libpref parts); r=bsmedberg 2012-06-05 22:10:17 -04:00
Ehsan Akhgari
d687967380 Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (chrome/ parts); r=bsmedberg 2012-06-05 22:03:59 -04:00
Ehsan Akhgari
df3797a6e7 Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (XPCOM parts); r=bsmedberg 2012-06-05 19:51:58 -04:00
Marco Zehe
d2ff9e838f Bug 762851 - [AccessFu] Introduce single letter quick navigation keys, r=eitan 2012-06-12 19:32:37 +02:00
Chris Jones
f4717752cf Bug 746813: Check for context allocation failure before returning inverse transform. r=joedrew 2012-06-12 10:31:37 -07:00
Oleg Romashin
cc2025237b Bug 763242 - Fix freetype detection on Non X11 linux builds. r=glandium 2012-06-11 07:38:24 -04:00
Joey Armstrong
dad993a68c bug 757828: move export logic into target_export.mk - batch #1 2012-05-23 11:19:24 -04:00
Wes Johnston
b6276a09ea Bug 753102 - Remove BrowserToolbar from GeckoApp. r=mfinkle 2012-06-11 15:18:40 -07:00
Dão Gottwald
34c7c1e23a Bug 762395 - Rename "Responsive Mode" to "Responsive Design View". r=paul 2012-06-12 19:18:19 +02:00
Matt Brubeck
ec28b2a4ae Bug 763916 - Fix test for missing viewport metadata [r=kats] 2012-06-12 10:15:16 -07:00
Honza Bambas
fd7f8a3858 Bug 729182 - Implement visual event tracer, part1 - the core, r=benjamin+ehsan 2012-06-12 19:06:21 +02:00
Honza Bambas
fc7084f564 Bug 720778 - Important threads should have a name for better debugability, r=bsmith, sr=bsmedberg+glandium 2012-06-12 19:06:20 +02:00
Brian Nicholson
e609892dd3 Bug 763420 - Set telemetry prompted when telemetry preference changed. r=mfinkle 2012-06-12 10:06:19 -07:00
Brian Nicholson
ed265bb364 Bug 762068 - Part 3: Replace optString() with null checks. r=mfinkle
--HG--
extra : rebase_source : 315799b482e1db65ea1080216a765066966662dc
2012-06-12 10:03:14 -07:00
Brian Nicholson
1eca616195 Bug 762068 - Part 2: Remove static search engine data. r=mfinkle
--HG--
extra : rebase_source : ab138f380f36b1bee3c7ec893b2c7e5522b3669b
2012-06-12 10:03:14 -07:00
Brian Nicholson
9e1aaebcd8 Bug 762068 - Part 1: Don't save suggest engine to shared prefs. r=mfinkle
--HG--
extra : rebase_source : be93a12b828e25ba40307d211342e376a5faad5d
2012-06-12 10:03:13 -07:00
Jeff Walden
4a345fc84c Warning patrol. No bug, r=terrence
--HG--
extra : rebase_source : 9703c54a2dd87018af98c727c318036c4df846a2
2012-06-11 17:17:19 -07:00
Sid Stamm
cd3a73b307 bug 761655 - Support for multiple X-Frame-Options policies (multiple headers or comma in header value). r=jst 2012-06-11 09:17:35 -07:00
Wes Johnston
1a3f2035d8 backout 2d1268c57588 2012-06-12 09:53:44 -07:00
Wes Johnston
188a246ec4 Bug 753102 - Remove BrowserToolbar from GeckoApp. r=mfinkle 2012-06-11 15:18:40 -07:00
Mark Capella
edb7b50436 Bug 760354 - implement IsInDocument as accessible flag, r=tbsaunde, f=surkov 2012-06-12 10:30:59 -04:00
Ali Juma
50551e14c0 Bug 763175 - Only create a new EGL surface when a new Android surface is created. r=BenWa 2012-06-12 10:24:31 -04:00
Boris Zbarsky
cf8f8a0d31 Bug 742153 part 4. Allow strings inside sequences and dictionaries. r=peterv 2012-06-12 10:22:05 -04:00
Boris Zbarsky
6c6503abf1 Bug 742153 part 3. Implement codegen for dictionary arguments. r=peterv
Another implementation option would be to put all the dictionaries in a single
file and have a static global set of ids which works across all dictionaries
and is initialized once at startup or so.  That would also handle cross-file
dictionary inheritance better.

One problem that remains is the fake descriptor business.  At the moment this
does not allow interface types inside dictionaries.  We could probably work
around this by either refactoring code to make it possible to get the declType
independently of the actual conversion template (whether because it lives in a
separate function or because the conversion template generator knows to just
return an empty string when the fake descriptor provirder is passed) or by
figuring out a way to pass an actual descriptor provider to dictionary codegen.
2012-06-12 10:22:05 -04:00
Boris Zbarsky
d28264d74e Bug 742153 part 2. Rename isSequenceMember to isMember, since it will apply to both sequences and dictionaries. r=peterv 2012-06-12 10:22:05 -04:00
Boris Zbarsky
40dc245f66 Bug 742153 part 1. Add support for dictionaries in the WebIDL parser. r=khuey 2012-06-12 10:22:05 -04:00
Lucas Rocha
c2b074f698 Bug 750702 - Remove article from cache when removed from reading list (r=mfinkle) 2012-06-12 15:03:06 +01:00
Lucas Rocha
004d228f6d Bug 750702 - Cache article in reader DB when added to reading list (r=mfinkle) 2012-06-12 15:03:06 +01:00
Bobby Holley
816c189651 Bug 763341 - Handle wrappers in new dom binding QI. r=bz
The |ok| parent check goes away because it's ill-conceived. All it's really checking is that proxies are parented to the global, and it's impossible to port to SpecialPowers, because SpecialPowers will think that the proxy is parented to the SpecialPowers global. I don't think this check is very important, so I removed it.
2012-06-12 15:44:21 +02:00
Bobby Holley
89b078af98 Bug 762432 - Handle proxies on __lookupGetter__ and __lookupSetter__. r=jorendorff 2012-06-12 15:44:14 +02:00
Masatoshi Kimura
7625c2a0a5 Bug 762758 - Implement underscore-escape in xpidl parser r=khuey 2012-06-12 22:01:06 +09:00
Lucas Rocha
86293f97fa Bug 760724 - Update all icons in the URL bar and awesome screen (r=sriram) 2012-06-12 12:34:54 +01:00
Robert Longson
485eb813d7 Bug 763133 - border-radius not clipping SVG contents. r=bzbarsky 2012-06-12 11:25:26 +01:00
Ed Morley
e9dfd82293 Merge mozilla-central to mozilla-inbound 2012-06-12 11:20:12 +01:00
Ed Morley
4c9a59e40a Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-06-12 10:36:42 +01:00
Mike Hommey
1facfecf3f Bug 763152 - Link against libmemory when building against a libxul-sdk that ships it. r=khuey 2012-06-12 09:11:24 +02:00
Andrew Benton
21daa8f5c8 Bug 752895 - Don't try to install nspr, nss and sqlite when using system libraries. r=glandium 2012-06-12 09:10:09 +02:00
Matt Brubeck
ef84814399 Back out bug 761890, bug 746896, and bug 759036 because of reftest failures
--HG--
extra : rebase_source : b5bdad8a69eab8e9ba35d21637c0bbcb18bce703
2012-06-11 22:50:31 -07:00
Benjamin Peterson
a4982f4748 Bug 763313: skip destructuring when emitting PNK_SEQ nodes r=jorendorff 2012-06-11 22:51:30 -07:00
David Zbarsky
807ff1b8f1 Bug 763626 r=bz 2012-06-11 22:51:27 -07:00
L. David Baron
bda87dc03d Don't assume ordering of callers of nsPresContext::ScreenWidthInchesForFontInflation; instead, track changes only for the caller that cares about changes. (Bug 759755, patch 5) r=bzbarsky 2012-06-11 22:43:31 -07:00
Brad Lassey
d29e5af079 bug 736602 - Change inactive tab timer clamp setting to something higher than 1hz r=mfinkle 2012-06-11 22:15:55 -07:00
Richard Newman
8ecb1a8cbb Bug 742478 - Integrate appropriate icons for for sending tabs. r=assets-only 2012-06-11 21:32:05 -07:00
Chris Jones
c6542471a4 Bug 759653: Use RGB24 for offscreen surfaces on android-esque platforms. r=mwu 2012-06-11 20:41:46 -07:00