Matt Brubeck
|
620ce51571
|
Bug 784612 - Remove old XUL content autoScale hack from meta viewport code [r=mfinkle,jwir3]
--HG--
extra : rebase_source : 005f0489eb035c3acc43d7fa2e689d5ff27ffa45
|
2012-08-22 09:42:24 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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 |
|
Ian Melven
|
d09de1cd52
|
Bug 341604 - modify CheckMayLoad to allow sandboxed workers to load blob and data URIs r=jst
|
2012-08-20 11:34:33 -07:00 |
|
Ian Melven
|
915cb4516e
|
Bug 341604 - Implement HTML5 sandbox attribute for IFRAMEs r=smaug r=jst
|
2012-08-20 11:34:32 -07:00 |
|
Jan Beich
|
7c7fb7fb66
|
Bug 781474 - Don't try to use FP_X_DNML on FreeBSD non-x86. r=bz
|
2012-08-09 17:35:53 -04:00 |
|
Ms2ger
|
bc466959a1
|
Bug 672814 - Part e: Expand the set of JS mime types we support; r=bz
|
2012-08-04 09:43:59 +02:00 |
|
Ms2ger
|
22c224dfc2
|
Bug 672814 - Part b: Introduce nsContentUtils::IsJavascriptMIMEType; r=bz
|
2012-08-04 09:43:59 +02:00 |
|
Ms2ger
|
66cf41f9e9
|
Bug 672814 - Part a: Move nsJSRuntime::ParseVersion to nsContentUtils; r=bz
|
2012-08-04 09:43:59 +02:00 |
|
Ed Morley
|
4eb11bee72
|
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
|
2012-08-04 18:05:15 +01:00 |
|
Ms2ger
|
a5373d660b
|
Bug 672814 - Part e: Expand the set of JS mime types we support; r=bz
|
2012-08-04 09:43:59 +02:00 |
|
Ms2ger
|
2df498e0e9
|
Bug 672814 - Part b: Introduce nsContentUtils::IsJavascriptMIMEType; r=bz
|
2012-08-04 09:43:59 +02:00 |
|
Ms2ger
|
37e07936d4
|
Bug 672814 - Part a: Move nsJSRuntime::ParseVersion to nsContentUtils; r=bz
|
2012-08-04 09:43:59 +02:00 |
|
Aryeh Gregor
|
57c0ad57fb
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Olli Pettay
|
c992398490
|
Bug 765163 - Implement code generator for simple DOM events, r=jst,khuey
|
2012-07-20 19:42:08 +03:00 |
|
Masayuki Nakano
|
588dd9f9f3
|
Bug 751749 part.2 Support Win key for a modifier of shortcut key and access key r=smaug, enn
|
2012-07-19 10:28:16 +09:00 |
|
Boris Zbarsky
|
afeb4900cc
|
Bug 558516. Make getAttribute faster in the cases when we have no prefix and are in the right case. r=smaug
|
2012-07-13 19:29:14 -04:00 |
|
L. David Baron
|
71c22b5654
|
Back out changeset d49beb57db23 (bug 558516) for causing all Mac builds to crash in nsXULElement::GetAttrValue and for causing a single mochitest-1 failure.
|
2012-07-13 18:01:25 -07:00 |
|
Boris Zbarsky
|
0babbffbf2
|
Bug 558516. Make getAttribute faster in the cases when we have no prefix and are in the right case. r=smaug
|
2012-07-13 19:29:14 -04:00 |
|
Kyle Huey
|
d1532c7382
|
Bug 765936. r=bent,peterv
|
2012-07-06 10:28:51 -07:00 |
|
David Zbarsky
|
cd3c58ee76
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Bonnie Surender
|
6dcaba353f
|
Fixing bug 715041. Add support for Idle API. r=bent, jst
|
2012-06-29 01:32:21 -07:00 |
|
Ms2ger
|
be2608de87
|
Bug 767130 - Consolidate code duplicated between nsGenericElement.cpp and nsINode.cpp; r=bz
|
2012-06-23 08:58:04 +02:00 |
|
Bobby Holley
|
4e5a9a98f5
|
Bug 765168 - Remove the dependency of XHR::send on a cx parameter. r=smaug
Given the new bindings, I think this is dead code anyway modulo the pref.
|
2012-06-20 12:18:39 +02:00 |
|
Mike Hommey
|
f600664217
|
Bug 616262 - Avoid cycle collection participant global variables adding static initializers. r=smaug,r=mccr8,r=Waldo
|
2012-06-04 08:30:26 +02:00 |
|
Mike Hommey
|
2536fb188a
|
Backout changeset a81526647059 and 560c492f81ad (bug 616262) because of Windows Moth perma-orange
|
2012-06-15 15:50:24 +02:00 |
|
Mike Hommey
|
3acf5d646d
|
Bug 616262 - Avoid cycle collection participant global variables adding static initializers. r=smaug,r=mccr8,r=Waldo
|
2012-06-04 08:30:26 +02:00 |
|
Ryan VanderMeulen
|
b74e4a29db
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
061d4c2616
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Aryeh Gregor
|
8e7de01930
|
Bug 762862 - Rename nsTypedSelection to mozilla::Selection; r=ehsan
--HG--
rename : layout/generic/nsTypedSelection.h => layout/generic/Selection.h
|
2012-06-08 17:20:55 +03:00 |
|
Aryeh Gregor
|
a9cd8feaa1
|
Bug 757771 part 4 - Create new nsContentUtils::GetSelectionInTextControl method; r=ehsan
|
2012-06-07 18:00:58 +03:00 |
|
Jan Varga
|
f5f6531fb7
|
Bug 726593 - Implement FileHandle. r=bent
|
2012-06-03 18:33:52 +02:00 |
|
Alexander Surkov
|
05d6b0b663
|
Bug 757670 - make nsIPresShell::GetLinkLocation faster, r=bz, tbsaunde
|
2012-05-24 15:57:16 +09:00 |
|
Kyle Machulis
|
d33a38a819
|
Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent
|
2012-05-23 21:02:23 -07:00 |
|
Kyle Machulis
|
9d208f726a
|
Backing out Bug 742044 - Bustage on B2G
|
2012-05-23 18:27:53 -07:00 |
|
Kyle Machulis
|
c4a1fa5a03
|
Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent
|
2012-05-23 18:21:05 -07:00 |
|
Kyle Machulis
|
1f76f17d72
|
Backing out Bug 742044 - contained extra patches for another bug
|
2012-05-23 18:18:24 -07:00 |
|
Kyle Machulis
|
a3821f7a1b
|
Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent
|
2012-05-23 18:06:36 -07:00 |
|
Chris Pearce
|
643d598f69
|
Bug 756992 - Only show fullscreen warning/UI when crossing domain boundaries or when document isn't approved. r=smaug
|
2012-05-22 08:43:36 +12:00 |
|
Gervase Markham
|
87620f5676
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Chris Pearce
|
cad06a23d5
|
Bug 716107 part 3 - Don't dispatch 'MozShowFullScreenWarning' event upon keypress in DOM fullscreen mode. r=smaug
|
2012-05-09 09:47:18 +12:00 |
|
Chris Pearce
|
43c670b220
|
Bug 716107 part 2 - Remove full-screen-api.key-input-restricted keys pref. r=smaug
|
2012-05-09 09:47:18 +12:00 |
|
Robert O'Callahan
|
1fe7590d18
|
Bug 664918. Part 0: Refactor nsMediaCache's handling of principals into a helper method in nsContentUtils. r=bzbarsky
|
2012-04-30 15:11:00 +12:00 |
|
Aryeh Gregor
|
d9fb0a3314
|
Bug 480647 part 2 - Move ParseLegacyFontSize to nsContentUtils so editor/ can use it; r=bz
|
2012-04-24 13:57:23 +03:00 |
|
Ms2ger
|
f58f1b50e0
|
Bug 742837 - Remove dead code and cleanup around nsDOMScriptObjectFactory; r=bz
|
2012-04-14 15:03:16 +02:00 |
|
Ms2ger
|
b8ae2456b2
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
|
Ms2ger
|
7fd5606557
|
Bug 742837 - Remove dead code and cleanup around nsDOMScriptObjectFactory; r=bz
|
2012-04-14 15:03:16 +02:00 |
|
Jeff Walden
|
827586c908
|
Bug 714260 - Implement FloatingPoint.h to consolidate all IEEE-754 floating point operations in a single location. r=dmandelin for the js bits, r=Ms2ger for mfbt and the core bits
|
2012-01-23 03:43:16 -08:00 |
|
Ms2ger
|
cb0ed3c5ae
|
Bug 738760 - Move nsContentUtils::GetContextAndScope into nsDocument.cpp; r=sicking
|
2012-04-03 09:25:39 +02:00 |
|
Ms2ger
|
1620e930e4
|
Bug 738759 - Add nsContentUtils::CheckSameOrigin overload taking two nsINodes; r=jst
|
2012-04-03 09:25:38 +02:00 |
|
Ed Morley
|
651aa424a1
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-03-31 22:41:59 +01:00 |
|