Fabrice Desré
|
056bf10fa6
|
Bug 697383 - implement navigator.mozApps - Part 1 : mozApps DOM API [r=mfinkle]
|
2011-11-28 12:13:26 -08:00 |
|
Fabrice Desré
|
df4beef89f
|
Bug 697383 - implement navigator.mozApps - Part 0 : Remove old implementation [r=mfinkle]
|
2011-11-28 12:13:11 -08:00 |
|
Scott Johnson
|
3a5d79700f
|
Bug 682077 - Remove nsITreeImageListener interface to make inheritance hierarchy more clear. r=neil, sr=bz
|
2011-11-28 14:11:01 -06:00 |
|
Brendan Eich
|
ef360d317a
|
Bug 685321: detect closed-over variables conservatively, r=jorendorff
|
2011-11-28 11:57:10 -08:00 |
|
Matt Brubeck
|
c82af6d14e
|
Bug 705026 - Don't use tablet layout with non-Honeycomb themes [r=mfinkle]
|
2011-11-28 11:47:27 -08:00 |
|
Matt Brubeck
|
86478219fd
|
Bug 704693 - Don't use Honeycomb theme on Android 4 (Ice Cream Sandwich) [r=mfinkle]
|
2011-11-28 11:47:27 -08:00 |
|
Jeff Walden
|
36cd29d5e9
|
Bug 701973 - Make callers pass the type of function body being parsed to Parser::functionBody, rather than inferring it from the current token. r=jorendorff
--HG--
extra : rebase_source : 6fe4c4dc4bcb0b7b44383da995934f2ff2383046
|
2011-11-12 01:38:24 -08:00 |
|
Jeff Walden
|
9c6f49aac4
|
Bug 701973 - Make js::Parser::variables not depend on the current token, and extract TOK_CONST from TOK_VAR. r=jorendorff
--HG--
extra : rebase_source : f6825ae9b1780fd1ecb2bc7831e14639abaeb735
|
2011-11-11 19:23:25 -08:00 |
|
Jeff Walden
|
a283315bdd
|
Bug 701620 - Split up PNK_LC into PNK_STATEMENTLIST and PNK_XMLCURLYEXPR. r=jorendorff
--HG--
extra : rebase_source : 4d781725639c6c94da53fd33fcfcedf221634a35
|
2011-11-11 18:05:43 -08:00 |
|
Jeff Walden
|
d3b28d1e2a
|
Bug 701620 - Rename PNK_DO to PNK_DOWHILE to make the meaning clearer. r=jorendorff
--HG--
extra : rebase_source : c3320c052e937a7700ed8c1dd2259c9c4b6f0b03
|
2011-11-06 07:51:39 -08:00 |
|
Jeff Walden
|
9abeb4d47b
|
Bug 701620 - Split parse nodes for the parenthesized heads of for loops into PNK_FORHEAD (for(;;) loops) and PNK_FORIN (for(var _ in _) loops) kinds. r=jorendorff
--HG--
extra : rebase_source : d98eeba2b14581aae589fd6e3eb12ba4220c1670
|
2011-11-05 12:43:39 -07:00 |
|
Jeff Walden
|
1f0255090e
|
Bug 701620 - Use two different kinds for the + operator when used in unary and binary expressions, likewise for -. r=jorendorff
--HG--
extra : rebase_source : ae4b6490a658893b51a069ac40151ca63fff0055
|
2011-11-05 12:20:22 -07:00 |
|
Jeff Walden
|
04598ac634
|
Bug 701620 - Split default parse nodes into PNK_DEFAULT into PNK_DEFAULT (for default cases in switches) and PNK_DEFXMLNS (for those other uses). r=jorendorff
--HG--
extra : rebase_source : 795141b3c10ccc731a8690a1c91df6db441ed46c
|
2011-11-05 12:10:33 -07:00 |
|
Scott Johnson
|
7836ef6414
|
Backed out changeset 068e3078ced6
|
2011-11-28 13:12:16 -06:00 |
|
Scott Johnson
|
8aa1b37a0b
|
Bug 682077 - Remove nsITreeImageListener interface to make inheritance hierarchy more clear. r=neil, sr=bz
|
2011-11-28 12:40:18 -06:00 |
|
Rafael Ávila de Espíndola
|
9e4078569b
|
Bug 705654 - Fix uses of uninitialized memory found by valgrind in 632423-1.html. r=joshmoz.
|
2011-11-28 11:12:27 -05:00 |
|
Marco Bonardo
|
dde3ae8e9a
|
Merge mozilla-central to mozilla-inbound
|
2011-11-28 14:15:14 +01:00 |
|
Marco Bonardo
|
30d74a0fd5
|
Merge last green changeset from mozilla-inbound to mozilla-central
|
2011-11-28 14:10:59 +01:00 |
|
Boris Zbarsky
|
b4f48cf241
|
Bug 635618 part 5. Pass an optional argument to GetPriorNode and GetNextNode to limit the search. r=ehsan
|
2011-11-28 07:54:32 -05:00 |
|
Boris Zbarsky
|
44edffd080
|
Bug 635618 part 4. Switch GetNextNode and GetPriorNode to working with nsINode. r=ehsan
|
2011-11-28 07:54:14 -05:00 |
|
Boris Zbarsky
|
aab012f901
|
Bug 635618 part 3. Switch GetPriorNodeImpl and GetNextNodeImpl to working with nsINode. r=ehsan
|
2011-11-28 07:54:03 -05:00 |
|
Boris Zbarsky
|
8228d45c2a
|
Bug 635618 part 2. Add nsINode overloads of various editor helper methods. r=ehsan
|
2011-11-28 07:53:29 -05:00 |
|
Boris Zbarsky
|
9a15b469b4
|
Bug 635618 part 1. Only get computed style in IsElementVisible if we end up in a situation where we're waiting on lazy frame construction. r=ehsan
|
2011-11-28 07:53:15 -05:00 |
|
Boris Zbarsky
|
c0fc9ee395
|
Bug 704171 part 2. Remove the no-argument form of mozRequestAnimationFrame. r=roc
|
2011-11-28 07:49:53 -05:00 |
|
Boris Zbarsky
|
81790fcb60
|
Bug 704171 part 1. Stop using the no-argument form of mozRequestAnimationFrame in our chrome. r=roc,gavin
|
2011-11-28 07:49:44 -05:00 |
|
Boris Zbarsky
|
604a126fcf
|
Bug 704175 part 2. Rename nsIAnimationFrameListener to nsIFrameRequestCallback. r=roc
--HG--
rename : dom/interfaces/base/nsIAnimationFrameListener.idl => dom/interfaces/base/nsIFrameRequestCallback.idl
|
2011-11-28 07:48:30 -05:00 |
|
Boris Zbarsky
|
97b5df70b9
|
Bug 704175 part 1. Rename onBeforePaint to sample for animation frame callbacks. r=roc
|
2011-11-28 07:48:27 -05:00 |
|
julian.reschke@gmx.de
|
14ebb50971
|
Bug 704989: add workaround for broken Outlook Web APP (OWA) attachment handling (and specifically for it sending broken headers only to Firefox). r=bzbarsky
|
2011-11-28 07:40:08 -05:00 |
|
Makoto Kato
|
e6881a2950
|
Bug 697700 - Add Android license. r=gerv
|
2011-11-28 19:34:29 +09:00 |
|
Benoit Girard
|
9458d1c934
|
Bug 700754 - Add Profiler responsiveness hooks. r=ted.mielczarek
|
2011-11-28 00:31:59 -05:00 |
|
L. David Baron
|
d64d08c89f
|
Turn down the sizing for font inflation a bit (bug 627842), at least until we sort out Android dpi issues. (Bug 705278)
|
2011-11-27 11:42:19 -08:00 |
|
Olli Pettay
|
bf747ef244
|
Bug 698228 - [ImageMap] Don't use GetPrimaryFrame when not needed, r=mats
|
2011-11-27 21:27:10 +02:00 |
|
ffxbld
|
bb55cc1064
|
Automated blocklist update from host linux-ix-slave32
|
2011-11-26 04:10:25 -08:00 |
|
Ms2ger
|
69f89f1bf7
|
Bug 705320 - Use IDL for xpcIJSWeakReference.get; r=bholley
|
2011-11-26 11:32:03 +01:00 |
|
Ms2ger
|
bf30aa091b
|
Bug 705186 - Use IDL for nsIAppStartup::GetStartupInfo; r=bholley
|
2011-11-26 11:30:20 +01:00 |
|
Ms2ger
|
34cfdc6a1e
|
Bug 705187 - Use IDL for nsIScriptableRegion::GetRects; r=roc
|
2011-11-26 11:29:45 +01:00 |
|
Ms2ger
|
95157cd23b
|
Bug 704593 - Remove JS-specific nsGlobalWindow::ClearTimeoutOrInterval(); r=jst
|
2011-11-26 11:23:25 +01:00 |
|
Ms2ger
|
797f71b39c
|
Bug 648171 - Ensure to call JS_DestroyIdArray in nsHTMLCanvasElement::GetContext; r=gal
|
2011-11-26 11:22:28 +01:00 |
|
Ms2ger
|
7440f2e640
|
Bug 703333 - Remove pointless const_casts from SVG DOM list classes; r=roc
|
2011-11-26 11:22:15 +01:00 |
|
Ms2ger
|
5eaaaa2fc8
|
Bug 702583 - Part b: Use IDL for nsIJSON.encode*; r=bz
|
2011-11-26 11:21:47 +01:00 |
|
Ms2ger
|
77bc8d10ec
|
Bug 702583 - Part a: Use IDL for nsIJSON.decode*; r=bz
|
2011-11-26 11:21:29 +01:00 |
|
Ms2ger
|
1b4e5e652c
|
Bug 698410 - Pass JSObject to nsIScriptContext::InitClasses; r=jmaher
|
2011-11-26 11:19:45 +01:00 |
|
Ms2ger
|
0f27987dfd
|
Bug 698408 - Pass JSObject to nsIScriptContext::SetOuterObject; r=jst
|
2011-11-26 11:19:15 +01:00 |
|
Ms2ger
|
66c4623fdb
|
Bug 698406 - Make nsXULPrototypeAttribute::mEventHandler a JSObject; r=sicking
|
2011-11-26 11:18:51 +01:00 |
|
Ms2ger
|
a939d63cd6
|
Bug 698404 - Pass JSObject to nsIScriptContext::ConnectToInner; r=khuey
|
2011-11-26 11:18:28 +01:00 |
|
Ms2ger
|
2bb7bda363
|
Bug 698402 - Store JSObjects in nsGlobalWindow::mCachedXBLPrototypeHandlers; r=peterv
|
2011-11-26 11:14:47 +01:00 |
|
Ms2ger
|
6f293c463f
|
Bug 698400 - Use setObject in nsXBLPrototypeHandler::EnsureEventHandler; r=jst
|
2011-11-26 11:14:29 +01:00 |
|
Ms2ger
|
9d5ce4e0cc
|
Bug 698399 - Use nsScriptObjectHolder::getObject in some more places; r=mounir
|
2011-11-26 11:12:54 +01:00 |
|
Ms2ger
|
08d4625233
|
Bug 698397 - Introduce nsScriptObjectHolder::setScript; r=bz
|
2011-11-26 11:12:18 +01:00 |
|
Ms2ger
|
cacbdf70c6
|
Bug 698395 - Give nsIScriptContext::CreateNativeGlobalForInner a JSObject outparam; r=peterv
|
2011-11-26 11:12:16 +01:00 |
|