Nathan Froyd
374a916108
Bug 709205 - use GetObserverService in dom,docshell; r=bz
2011-12-09 14:35:37 -05:00
Matthew Schranz
3f317903d7
Bug 334573 - Changed nsLoadBlockingPLDOMEvent to nsLoadBlockingAsyncDOMEvent. r=sicking
2011-12-17 01:02:42 -05:00
Matthew Schranz
5eb12bc3ef
Bug 334573 - Renamed all references of nsPLDOMEvent to nsAsyncDOMEvent. r=sicking
...
--HG--
rename : content/events/public/nsPLDOMEvent.h => content/events/public/nsAsyncDOMEvent.h
rename : content/events/src/nsPLDOMEvent.cpp => content/events/src/nsAsyncDOMEvent.cpp
2011-12-17 01:02:05 -05:00
aceman
c475fda161
Bug 122213 - Display time and date of messages in toolkit's Error Console. r=neil sr=bz
2011-12-17 05:22:26 +01:00
Dão Gottwald
067bb8a581
Bug 708788 - Add telemetry probes for new/close tab animations. r=dietrich,taras
2011-12-17 05:11:57 +01:00
Patrick McManus
74d31363e6
bug 710205 dns telemetry r=bz
2011-12-16 21:24:17 -05:00
Patrick McManus
d078784ec1
bug 709976 dns async early renewal r=bz
2011-12-16 21:24:12 -05:00
Kyle Machulis
e0d3296b4f
Bug 709565 - B2G telephony: implement DTMF. r=philikon
2011-12-16 13:47:32 -08:00
Jeff Walden
52e1a4c28f
Bug 711611 - NSPR's obsolete int32, int64, etc. types get defined without an opt-out #define -- add that #define to SpiderMonkey so int32/etc. can't be (mis-)used. r=bhackett
...
--HG--
extra : rebase_source : 18c73b832cb9f4587c4a1114f237edcaba657199
2011-12-16 17:03:07 -05:00
Tim Abraldes
c6f80b9f26
bug 704558 - Toolkit changes to work with the newly modified imgTools functions. r=rs
2011-12-16 19:43:10 -05:00
Tim Abraldes
30a6568785
Bug 704558 - Added encoder options in encodeImage and encodeScaledImage. r=bbondy
2011-12-16 19:43:10 -05:00
Jonas Sicking
5bcb4de7dd
Bug 701772: Manage autoIncrement for objectStores ourselves in order to simplify the code, make ai-keys unique per objectStore and not per database, and allow ai-objectStores to contain non-integer keys. r=bent
2011-12-16 16:40:47 -08:00
Brad Lassey
8fbf8daadc
bug 711184 - make sure we don't do any work creating about:home if we're not showing about:home r=dougt
2011-12-16 16:17:57 -05:00
Brad Lassey
03d9213f1b
bug 709832 - crash [@ mozalloc_abort] typing with vkb in url on the EEEpad Transformer r=mfinkle
2011-12-15 16:17:04 -05:00
Matt Brubeck
bbee5ef69a
Merge mozilla-central to mozilla-inbound
2011-12-16 14:39:31 -08:00
Michal Novotny
fa437a1bfd
Bug 538588 - Split offline storage into http and offline cache in advanced network preferences dialog
2011-12-16 23:36:09 +01:00
Bobby Holley
c5d0be548b
Bug 711288 - Unconditionally use the new value of JSPROP_READONLY in accessor -> data transformations. r=Waldo
2011-12-16 14:32:39 -08:00
Jeff Gilbert
8b562f6885
Bug 708124 - Remove unnecessary glFlushs from Layers - r=bjacob
2011-12-16 14:24:46 -08:00
Jeff Gilbert
57ad493b06
Bug 705024 - Guarantee GLContexts are resolved properly - r=bjacob
2011-12-16 14:24:46 -08:00
Jeff Gilbert
11b11049ef
Bug 704788 - Add inlined function to allow easy compile-time pruning of mDebugMode branches in GLContext - r=bjacob
2011-12-16 14:24:46 -08:00
Jeff Gilbert
38f36205f9
Bug 698169 - Make WebGL texSubImage2D respect alpha-premultiplied DOM sources - r=bjacob
2011-12-16 14:24:46 -08:00
Alex Pakhotin
e752dcc4a9
Bug 708626 - Pressing physical volume button dismisses keyboard, doesn't adjust ringer volume. r=blassey
2011-12-16 13:19:48 -08:00
Bill McCloskey
45769c3f0c
Bug 710947 - Allow hash table elements to be removed during GC (r=luke)
2011-12-16 14:01:44 -08:00
Kartikaya Gupta
60aa70f712
Bug 708745 - Do a better job of opening new tabs. r=mfinkle
2011-12-16 17:01:03 -05:00
Kartikaya Gupta
34291a7580
Bug 711232 - Fix multiple useless zooms during page load. r=pcwalton
2011-12-16 17:01:02 -05:00
Kartikaya Gupta
11ed3102a7
Bug 711232 - Avoid unnecessary bounce animations. r=pcwalton
2011-12-16 17:01:02 -05:00
James Willcox
f2138c4d9f
Bug 670930 - Use asynchronous direct texturing on Android when available
2011-12-16 16:40:58 -05:00
Michael Wu
c95ce8cb7c
Bug 710029 - Assorted build system tweaks for B2G/Gonk. r=khuey
2011-12-16 13:26:32 -08:00
Brian Hackett
18192c5284
Fix lingering uses of int32 types, no bug.
2011-12-16 13:21:02 -08:00
Doug Sherk
fee9b2a6aa
Bug 711579: fix WGL context creation without robustness r=Bas
2011-12-16 13:12:02 -08:00
Doug Sherk
2bb47cb327
Bug 711226: separate desktop and ES 2.0 symbol loading r=bjacob
...
Symbols were amalgamated into a single table which worked up until recently.
This patch separates them so that there is a common list, then two separate ones
for desktop and OpenGL ES 2.0.
2011-12-16 13:12:00 -08:00
Doug Sherk
797ba840ff
Bug 708207: implement WebGL's getShaderPrecisionFormat r=bjacob
2011-12-16 13:11:59 -08:00
Brian Hackett
3983e0f31e
Add interface for accessing PC counter information from chrome code, bug 687134. r=sfink,waldo
2011-12-16 13:11:08 -08:00
Matt Brubeck
0b0e4462a3
Back out 97b8cff2764f (bug 376997) for Android reftest failures
2011-12-16 13:10:44 -08:00
Jonas Sicking
ed70a01420
Back out fb4d12d2a2da, bug 701772, due to leaks.
2011-12-16 13:09:42 -08:00
Steffen Wilberg
1e882100fe
Bug 710064: Make the 'Update Add-ons Automatically' checkbox state depend on the extensions.update.enabled pref, in addition to the existing extensions.update.autoUpdateDefault pref. r=mossop
2011-12-16 21:52:14 +01:00
Michal Novotny
591fb05e38
Bug 707915 - Broken invalidation of mCachedUsage in nsDOMStoragePersistentDB
2011-12-16 21:33:51 +01:00
Jonas Sicking
3555280633
Bug 701772: Manage autoIncrement for objectStores ourselves in order to simplify the code, make ai-keys unique per objectStore and not per database, and allow ai-objectStores to contain non-integer keys. r=bent
2011-12-16 12:29:15 -08:00
Ms2ger
b6f42e130c
Backed out changeset ba447ace2594 (bug 687679) for bustage.
2011-12-16 21:17:16 +01:00
John Schoenick
d2b02fa02e
Bug 687679 - Rename JS_CompileFile to JS_CompileUTF8File, fix users. r=jorendorff,jst
2011-12-16 11:08:59 -08:00
Dave Townsend
e581739e91
Bug 704988: Check the add-on hotfix is signed by a specific certificate. r=robstrong, r=Unfocused
2011-12-16 12:04:28 -08:00
Dave Townsend
baafc31af5
Bug 704987: Ignore the hotfix add-on when warning users about incompatible add-ons. r=robstrong
2011-12-16 12:04:40 -08:00
Dave Townsend
3325865761
Bug 694068: Automatically download and install an available hotfix add-on. r=Unfocused
2011-12-16 12:04:50 -08:00
Ms2ger
b584f33714
Merge m-c to m-i.
2011-12-16 21:04:41 +01:00
James Willcox
eb0c3ecd6f
back out 8a5cc33141a3 due to android-xul build failure
2011-12-16 14:45:58 -05:00
Mark Finkle
5c78465bee
Bug 703378 - Native Fennec executes javascript: urls pasted or typed into the awesome bar [r=mbrubeck]
2011-12-16 14:32:32 -05:00
Ehsan Akhgari
e463a46d98
Bug 711195 - Perform the range checks for non-boolean telemetry pings at compile time; r=taras
2011-12-16 14:30:44 -05:00
Joel Maher
9b64eb0359
Bug 701076 - [tests] Robotium integration into mozilla-central. r=mfinkle,dburns
2011-12-16 14:27:52 -05:00
Geoff Brown
f358417c20
Bug 710827 - add robotium.jar to m-c under build/mobile/robocop; r=jmaher
2011-12-16 14:27:51 -05:00
Rob Campbell
6103bfc002
merge fx-team to m-c
...
--HG--
rename : browser/devtools/styleinspector/test/browser/browser_bug683672.js => browser/devtools/styleinspector/test/browser_bug683672.js
rename : browser/devtools/styleinspector/test/browser/browser_styleinspector.js => browser/devtools/styleinspector/test/browser_styleinspector.js
2011-12-16 14:42:54 -04:00