Jacek Caban
782ee68ec1
Bug 754582 - Fixed unused-result warnings in Windows-specific code r=benjamin
2012-05-16 10:48:45 +02:00
Trevor Saunders
bfcb62b32b
bug 693933 - make nsFrameSelection::GetSelection() return nsTypedSelection* r=smaug
2012-04-06 17:54:38 -04:00
Justin Lebar
4f408adf68
Bug 755320 - Make <iframe remote=true> work (the remote part should be ignored; it's just a normal iframe). r=smaug
2012-05-16 01:28:57 -04:00
Justin Lebar
fca632eb0a
Bug 755001 - Allow <iframe mozbrowser> to be explicitly in- or out-of-process. r=smaug
2012-05-16 01:28:56 -04:00
Mounir Lamouri
3f4c70aee7
Follow from bug 754140: apply some review comments. r=jlebar
2012-05-15 23:27:08 +02:00
Eric Chou
fdb9db60f5
Bug 755190 - Enabling b2g bluetooth will lead to system crash, r=qDot
2012-05-15 12:47:27 -07:00
Boris Zbarsky
79bf4de9af
Bug 754457. Disallow copy-construction of ErrorResult, so it can only be passed by reference, not by value. r=peterv
2012-05-15 14:23:29 -04:00
Boris Zbarsky
834a627f02
Bug 748267 part 3. Codegen for sequence return values. r=peterv
...
The big block in getRetvalDeclarationForType is just direct cut/paste from CGCallGenerator plus the addition of the sequence case. The IDL parser changes were OKed by khuey; they're needed so that we don't have to worry about the ordering of sequence with conversions for strings and primitives.
2012-05-15 14:23:29 -04:00
Boris Zbarsky
d985ce38f4
Bug 748267 part 2. Implement codegen for dealing with sequence arguments. r=peterv
2012-05-15 14:23:29 -04:00
Boris Zbarsky
21f19a6619
Bug 748267 part 1. Refactor js-to-native conversion to make it not assume it's only happening on stack arguments. r=peterv
...
The changes in CastableObjectUnwrapper and CallbackObjectUnwrapper are
basically reindentation. Similar for the actual conversion changes for all the
non-interface types, though for those the actual declaration of the thing being
converted to has moved out, since we may not be converting onto the stack.
2012-05-15 14:23:29 -04:00
Ed Morley
6fd4153fd7
Backout f177646e2aa2 (bug 755320), 1bae327de007 (bug 755001) for test_browserFrame7.html M3 failures
2012-05-15 18:38:50 +01:00
Justin Lebar
1ace306807
Bug 755320 - Make <iframe remote=true> work (the remote part should be ignored; it's just a normal iframe). r=smaug
2012-05-15 12:36:43 -04:00
Paul Adenot
5d2667c343
Bug 449363 - Support media attribute of <source> elements. r=cpearce,bz
2012-05-15 08:56:51 -04:00
Jacek Caban
3bd90b8fa1
Bug 754795 - OSFileConstants.cpp fails to compile on mingw-w64 r=dteller
2012-05-15 12:17:05 +02:00
Robert O'Callahan
fede4b2197
Bug 754556. Ensure that setting scroll positions in CSS pixels doesn't unexpectedly move the scroll position, especially not in the wrong direction. r=matspal
...
If the current scroll position is fractional, e.g. y=N.4 CSS pixels, and something tries to read the
position in CSS pixels and scroll to that position (e.g. calling window.scrollTo(0, rootElem.scrollTop),
or equivalently window.scrollBy(0, 0)), it can actually end up scrolling backwards. So create a new
method nsIScrollableFrame::ScrollToCSSPixels which ensures that scrolling to a CSS pixel offset tries to
preserve the current fractional scroll position if that's possible, and if that's not possible at least does
not allow the scroll position to move in the wrong direction.
2012-05-15 17:58:09 +12:00
Jeff Muizelaar
a99aac410d
Bug 755172. Add MOZ_FINAL to a bunch of idb classes. r=khuey
2012-05-15 00:50:29 -04:00
Matt Brubeck
3b4a9cde72
Merge mozilla-central and mozilla-inbound
2012-05-14 21:41:08 -07:00
Matt Brubeck
a00e243a06
Merge last green changeset from inbound to mozilla-central
2012-05-14 14:00:57 -07:00
Kyle Huey
200ce02ac2
Bug 725499. r=bent
2012-05-14 11:29:41 -07:00
Andrew McCreight
2ab077501f
Bug 754151 - add macros for basic wrappercached cycle collected classes. r=smaug
2012-05-14 08:24:03 -07:00
Mike Conley
3d54dae212
Bug 754432 - Let Thunderbird have access to ContactService.jsm and ContactDB.jsm. r=fabrice.
2012-05-14 09:13:46 -04:00
Bobby Holley
2d09d27412
Bug 753277 - Factor out CCW remapping from JS_TransplantObject and add comments. r=mrbkap
2012-05-14 12:52:16 +02:00
Yoshi Huang
72e0d39992
Bug 754777 - B2G RIL: Add a Helper to read String delimiters. r=philikon
2012-05-14 14:45:13 +08:00
Hsin-Yi Tsai
2284f877c4
Bug 749794 - B2G telephony: need to reset audio state when phone call ends. r=philikon
2012-05-14 21:13:06 -07:00
Hsin-Yi Tsai
2768bdbd4d
Bug 746496 - B2G telephony: update the audio system for incoming calls and holding calls. r=philikon
2012-05-14 21:13:06 -07:00
Price Tseng
d21656acfa
Bug 717462 - WebTelephony: notify errors. r=philikon
2012-05-14 21:13:06 -07:00
Price Tseng
c48f2de48c
Bug 712944 - B2G telephony: ensure error scenarios are covered. r=philikon
2012-05-14 21:13:06 -07:00
Vicamo Yang
35364e50f3
Bug 753012 - B2G SMS: wrong calculated encoding value for dcs = 0xF?. r=philikon
2012-05-14 21:13:06 -07:00
Matt Brubeck
790701eabc
Merge mozilla-central and mozilla-inbound
2012-05-13 08:27:03 -07:00
Matt Brubeck
d9c6628179
Merge last green changeset from inbound to mozilla-central
2012-05-12 08:44:31 -07:00
Matt Brubeck
04c833ea52
Back out 6a7bfd84596e (bug 736501) because it broke the build on some versions of GCC (bug 754198)
2012-05-11 20:15:47 -07:00
Philipp von Weitershausen
6cf1af95ac
Bug 753607 - Overhaul existing Marionette WebAPI tests. r=jgriffin DONTBUILD because NPOTB
2012-05-11 13:09:21 -07:00
Matt Brubeck
bbda646b7e
Merge last green changeset from inbound to mozilla-central
2012-05-11 11:39:38 -07:00
Kyle Huey
25e5317a3b
Bug 726376: Prevent infinite recursion in indexedDB::cmp. r=sicking
2012-05-11 10:47:27 -07:00
Tom Schuster
448c19e69b
Bug 752226 - Remove any use of JSVAL_IS_OBJECT. r=luke,Ms2ger
2012-05-11 17:46:26 +02:00
David Chan
97e89433d1
bug 754076 - provide return value from getter "onuninstall" r=fabrice
2012-05-11 15:29:15 -07:00
Matt Brubeck
60b5d7f292
Back out c209fea124e1 (bug 754198) because of Win64 build failure
2012-05-11 13:23:49 -07:00
Fabien Cazenave
58a5606bda
Bug 753612 - Properly close wifi connection so 3G-data can get its own route. r=mrbkap,philipp
2012-05-11 13:05:51 -07:00
Mounir Lamouri
5184630926
Bug 754140 - Set mozapp status on iframe by sync message on the parent instead of injecting a script. r=jlebar
2012-05-11 13:03:51 -07:00
David Rajchenbach-Teller
009dc2598b
Bug 754209 - ifdefing away some constants when building with VC9. r=neil
2012-05-11 12:05:36 +02:00
Olli Pettay
0bd7a30ad1
Bug 754089 - remote mozbrowser's messagemanager shouldn't have parent, r=jlebar
2012-05-11 10:47:40 +03:00
Gregor Wagner
51e7c155b7
Bug 746066 - Contacts API: Add v1 and v2 fields. r=fabrice,sicking
2012-05-10 21:51:48 -07:00
Joe Drew
157bb2b743
Merge last PGO-clean cset from inbound to central.
2012-05-10 21:25:37 -04:00
Mounir Lamouri
bbecbc0081
Bug 740192 - Screen orientation needs a specific security model for installed web apps. r=jlebar
2012-05-10 17:49:34 -07:00
Mounir Lamouri
16367bdebc
Bug 753978 - Be able to know if a window is part of an application. r=jlebar
2012-05-10 17:56:21 -07:00
Boris Zbarsky
8733f528ba
Alphabetize the interface list in Bindings.conf. r=peterv, no bug
2012-05-10 15:24:59 -04:00
Boris Zbarsky
bf718df018
Bug 753518. Add an explicit way for GetParentObject to return an (nsISupports*,nsWrapperCache*) pair. r=peterv
2012-05-10 15:24:59 -04:00
Ed Morley
b5322e3f4d
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-05-10 13:04:35 +01:00
L. David Baron
7566853083
Null-check the right thing to fix topcrash. (Bug 752428) r=roc
2012-05-10 11:12:07 +02:00
Felipe Gomes
596278e88b
Bug 741549. follow-up: remove unnecessary UniversalXPConnect usage left over on this test. r=me
2012-05-10 01:02:24 -07:00