Ryan VanderMeulen
|
4d6acb9941
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-09-13 21:53:35 -04:00 |
Ben Turner
|
9e6221f761
|
Bug 755943 - 'Electrolysize b2g-bluetooth'. r=qDot+cjones.
|
2012-09-13 09:37:14 -07:00 |
Steven Lee
|
5f194e2f32
|
Bug 714358: Time manager implementation. r=jlebar
|
2012-09-11 02:05:00 -04:00 |
Jonas Sicking
|
cc6a6e2f76
|
Bug 776416 - Remove exceptions to 5MB quota rule in localStorage. r=honzab
|
2012-09-13 20:46:50 +02:00 |
Phil Ringnalda
|
970369597c
|
Back out aee383cd56dc (bug 755943) for burning
|
2012-09-13 09:49:53 -07:00 |
Ben Turner
|
9501e2643e
|
Bug 755943 - 'Electrolysize b2g-bluetooth'. r=qDot+cjones.
|
2012-09-13 09:37:14 -07:00 |
Andrea Marchesini
|
26d50534e0
|
Bug 775368 - Porting Websockets to WebIDL, r=bz
--HG--
rename : content/base/src/nsWebSocket.cpp => content/base/src/WebSocket.cpp
rename : content/base/src/nsWebSocket.h => content/base/src/WebSocket.h
|
2012-09-10 09:48:14 -04:00 |
Ben Turner
|
cbc670ae41
|
Bug 782588 - 'mozBluetooth is not a singleton'. r=qDot.
|
2012-09-06 07:15:36 -07:00 |
Ben Turner
|
f6263b471d
|
Backout d8d15eedf9ec for build failures
|
2012-09-06 01:11:11 -07:00 |
Ben Turner
|
83f7be10e2
|
Bug 782588 - 'mozBluetooth is not a singleton'. r=qDot.
|
2012-09-06 00:45:20 -07:00 |
Randell Jesup
|
65539ef89c
|
Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg
|
2012-09-01 22:35:17 -04:00 |
Ehsan Akhgari
|
3fc90f9719
|
Bug 775302 - Stub out the implementation of mozAudioContext; r=bzbarsky,khuey
|
2012-08-31 16:59:37 -04:00 |
Josh Matthews
|
1346c0db1c
|
Bug 722861 - Add privacy information to image requests, and use a separate cache for private requests. r=joe
|
2012-06-26 00:20:12 -04:00 |
Mounir Lamouri
|
2d431e023d
|
Bug 786296 - Remove permissions when an app is uninstalled. r=jlebar,fabrice
|
2012-08-31 11:34:28 -03:00 |
Yoshi Huang
|
fa67b6d687
|
Bug 744714 - Part 2: MozIccManager. r=smaug
|
2012-06-28 16:21:48 +02:00 |
Josh Matthews
|
1210ea94dd
|
Back out bug 722861.
|
2012-08-27 15:31:29 -04:00 |
Josh Matthews
|
17c6b7c738
|
Bug 722861 - Add privacy information to image requests, and use a separate cache for private requests. r=joe
|
2012-06-26 00:20:12 -04:00 |
Philipp von Weitershausen
|
d158b5747c
|
Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
--HG--
rename : content/base/public/nsIFrameMessageManager.idl => content/base/public/nsIMessageManager.idl
|
2012-08-27 11:13:02 -03:00 |
Ehsan Akhgari
|
e368dc9c85
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
Chris Jones
|
00822f833d
|
Bug 781742: Try to keep a process pre-launched for app content, if the pref says to. r=jlebar
|
2012-08-15 18:46:03 -07:00 |
Dave Hylands
|
9847819a4c
|
Bug 777259 - Launch VolumeService earlier to prevent races on retrieving Volume information
|
2012-08-09 20:40:05 -07:00 |
Phil Ringnalda
|
aa790aa109
|
Backout 5439489dc320, 983f76488e59, 7a92558a8dec (Bug 714358) for debug build assertions and leaks
|
2012-08-07 22:18:27 -07:00 |
Steven Lee
|
2a3357c97f
|
Bug 714358: Time manager implementation. r=jlebar
|
2012-08-07 19:11:00 -04:00 |
David Zbarsky
|
dca3fd6326
|
Bug 779684: Create a stack-based nsFrameIterator class out of nsIFrameTraversal and nsIFrameEnumerator r=roc
--HG--
rename : layout/base/nsFrameTraversal.cpp => layout/base/nsFrameIterator.cpp
rename : layout/base/nsFrameTraversal.h => layout/base/nsFrameIterator.h
|
2012-08-05 23:00:55 -04:00 |
Justin Lebar
|
f54d116fea
|
Bug 768832 - Set OOM adjust for background windows. r=bz,cjones
|
2012-08-05 01:09:39 -04:00 |
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
Ben Turner
|
4893263a15
|
Bug 759427 - 'Multiprocess blob support for MessageManager and IndexedDB'. r=smaug+janv+khuey (rs=sicking for nsBlobURI changes).
--HG--
extra : transplant_source : %95%B5y%11%C5%AB%D9%CF%FF%7C%5E%BB%E5%DA%F5j%83o%29%EB
|
2012-08-01 23:02:29 -07:00 |
Mike Habicher
|
9e245cc9a4
|
Bug 740997 - ICS camera support, r=jst,gal,roc
|
2012-07-30 17:59:05 -04:00 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Andrea Marchesini
|
2d1d1f8904
|
Bug 772434 - Blob support for Zip file contents, r=jst
|
2012-07-27 17:21:34 -07:00 |
Fabrice Desré
|
1ef55968bc
|
Bug 715814 - Implement Web Activities : Activity Object [r=mounir]
|
2012-07-20 17:41:30 +02:00 |
Dave Hylands
|
6c49401e4b
|
Bug 766324 - Add a volume IDL to make volumes scriptable r=qdot
|
2012-07-16 12:38:18 -04:00 |
Matthew Noorenberghe
|
6ad5ac7bec
|
Bug 639362 - Display text/cache-manifest data as text. r=bz
--HG--
extra : rebase_source : e8e30229a029b68b199efe7f0fba71dc142de980
|
2012-07-13 23:13:20 -07:00 |
Anant Narayanan
|
d41330f695
|
Bug 691234: Part 1/3: Move MediaEngine files and tweak interface; r=roc
--HG--
rename : content/media/MediaEngine.h => content/media/webrtc/MediaEngine.h
rename : content/media/MediaEngineDefault.cpp => content/media/webrtc/MediaEngineDefault.cpp
rename : content/media/MediaEngineDefault.h => content/media/webrtc/MediaEngineDefault.h
|
2012-06-19 17:29:43 -07:00 |
Anant Narayanan
|
62a0ced060
|
Backout 431ab4d097c9, bustage
|
2012-07-11 21:45:20 -07:00 |
Anant Narayanan
|
31deb2aeba
|
Bug 691234: Part 1/3: Move MediaEngine files and tweak interface; r=roc
--HG--
rename : content/media/MediaEngine.h => content/media/webrtc/MediaEngine.h
rename : content/media/MediaEngineDefault.cpp => content/media/webrtc/MediaEngineDefault.cpp
rename : content/media/MediaEngineDefault.h => content/media/webrtc/MediaEngineDefault.h
|
2012-06-19 17:29:43 -07:00 |
Gene Lian
|
1065814f66
|
Bug 749551 - Alarm API (AlarmHalService). r=cjones
|
2012-07-06 12:42:36 +02:00 |
Gene Lian
|
2500ccecd6
|
Bug 749551 - Alarm API (Idl and dummy Dom). r=mounir sr=jonas
|
2012-06-22 15:37:49 +08:00 |
Aryeh Gregor
|
538ef8bff3
|
Bug 765595 part 2 - De-COMtaminate nsEditor::mTxnMgr; r=ehsan
|
2012-06-19 16:23:36 +03:00 |
David Rajchenbach-Teller
|
c4c29fdd2b
|
Bug 750178 - Add an OS.Constants module. r=khuey
|
2012-07-04 08:30:58 -04:00 |
Ed Morley
|
e73ef45549
|
Backout 1dba66cfad9a, ed768b821da1, 23fd9a8d0c9a, 1e90805d96aa, 07425f0e921e (bug 749551) for M3 failures
|
2012-07-03 11:23:54 +01:00 |
Gene Lian
|
73e0766a45
|
Bug 749551 - Alarm API (AlarmHalService). r=cjones
|
2012-07-03 11:25:07 +02:00 |
Gene Lian
|
3efb0e6aa2
|
Bug 749551 - Alarm API (Idl and dummy Dom). r=mounir sr=jonas
|
2012-07-03 11:26:12 +02:00 |
Nicholas Cameron
|
f1e0596d58
|
Bug 757347; Add a shutdown hook and remove MaskImageFormat(). r=roc
|
2012-06-26 14:43:30 +12:00 |
Nicholas Cameron
|
1a825cc2d4
|
Back out bug 757346
--HG--
extra : rebase_source : 8a07c2c56ca9dbc165012b679d421435cc886c2c
|
2012-06-26 10:54:05 +12:00 |
Jonathan Watt
|
970e60a384
|
Bug 767388 - Kill NS_DEBUG. r=bz.
--HG--
extra : rebase_source : d045208a26345712dbb4628c973c616cd9504f28
|
2012-06-25 20:59:42 +01:00 |
Nicholas Cameron
|
841c20e037
|
Bug 757347; Add a shutdown hook and remove MaskImageFormat(). r=roc
|
2012-06-26 09:44:41 +12:00 |
Ehsan Akhgari
|
65884fba1f
|
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 (layout parts); r=roc
--HG--
extra : rebase_source : 9f3da1b47dcb9d7cc950488b9b70aa682b6984de
|
2012-06-18 23:26:34 -04:00 |
Masatoshi Kimura
|
4376bc3808
|
Bug 743888 - Part 1: Remove SVGException and XPathException. r=jonas
|
2012-06-13 21:12:37 -04:00 |
Justin Lebar
|
8d7f4a897e
|
Bug 742944 - Part 4: Handle window.open in <iframe mozbrowser>. r=bz, cjones
--HG--
extra : rebase_source : 4c16c86c5be230af22eea89dfb5f893b7c6091dd
|
2012-06-12 18:01:25 -04:00 |