Skip to content

Fix merge conflict#2

Merged
indexexchange merged 86 commits intoindexexchange:ix-timeoutfrom
ixpaciga:ix-timeout
Feb 7, 2017
Merged

Fix merge conflict#2
indexexchange merged 86 commits intoindexexchange:ix-timeoutfrom
ixpaciga:ix-timeout

Conversation

@ixpaciga
Copy link
Copy Markdown

@ixpaciga ixpaciga commented Feb 3, 2017

No description provided.

mkhatib and others added 30 commits January 25, 2017 13:30
…roject#7172)

* Analytics root to separate top-level vs embed analytics for FIE

* test fixes

* more docs
The template should help make pull requests easier to read and overall more uniform.

- Does not propose complicated syntax for titles (or rather forbids it).
- Encourages referencing issues.

This is a bit of an RFC. Feedback is welcome. One thing I don't actually know (and the GH docs don't say), is how this template influences auto-generated PR text. It would be really annoying if that no longer happened.
* add yarn.lock file for deterministic builds

* switch travis to use yarn

* fix logic for package.json an yarn.lock check

* make sure that it also errors if only yarn.lock exists

* add back yarn.lock file

* update serving/building docs
* Local debug server changes to fake Cloudflare signing.

* Changes to support a new A4A ad network with Cloudflare Signing
* Fix broken shadow embed test

* fix lint
* Element-level signals for lifecycle events

* fixing tests
* 1st commit

* add preconnect ValueCommerce

add preconnect ValueCommerce

* remove extra space

remove extra space
* Update docs for goToSlide

* Update actions doc for goToSlide

* Update carouse.md with type="slides" note

* Update actions doc with type=slides
* Update csa.md

Add note to indicate that only multiple-format AFSh ads are supported.

* Update csa.md
* Squash chunk-scan commits

* fix lint error

* rename chunk to startupChunk, pass viewer from Chunks to StartupTask

* fix lint and type errors

* support timeRemaining in chunk tasks & misc clean up

* justin's comments

* dima's comments

* malte's comments

* style and lint fix

* fix unit tests

* missed a couple @Private declarations

* fix scan iteration

* remove for..of

* more iteration on iteration

* move element scan to helper method
* update bind docs

* barb's comments
* add srcset support

* fix types

* rewrite urls for cache

* ignore compiler warnings in third_party/caja

* whitelist amp-bind to depend on sanitizer.js

* ali's comments
* move bind examples to bind/ folder

* add sandbox example

* add ecommerce example

* update titles

* replace shirt images

* move amp-state to <body>

* move <amp-state> to bottom of body

* fix amp-bind validator html and output
A single AMP page would already only connect to a given origin once ever 180 seconds. With this change the URL for doing this will not change within that time interval. That means that all AMP pages that run on computers with roughly correct clocks will request the same URL within a 180 seconds interval, which should make it easier for CDNs to respond efficiently.
aghassemi and others added 28 commits February 1, 2017 14:13
We changed the label from 'Starter' to 'Great First Issues' 
Also, the link pointing here was not correct.
* Eliminate uses of childElement and childElements

* Forbid uses of buggy querySelector

Anytime you select a descendant of a descendant (`div div`, or, really,
`* *`), your matching against the entire document then filtering to
elements inside the scope. This is **not** what you'd expect.

Fixes a selector bug in `<amp-analytics>`.

* Add tests

* Use `Date.now` to avoid `.` class selector conflict

* Merge latest master

* Linting

* Fix types

* Fix merge conflict

* Return NodeList

* Fix tests
)

* Introduce an experiment to measure page jank via vsync.

* log info

* log info

* fix type checks

* pass presubmit check

* innerText -> textContent
* Render-start analytics event

* resolve cyclical dependency

* restrict render-start

* tests and docs

* working on docs

* DOMReady

* redo via signals

* tests

* Revert

* Changes to the docs

* tests

* lints
…ction (ampproject#7132)

* Created attributes.js

* Added context to direct frame rendering

* Added context to rendering via nameframe

* Removed unneeded files

* Fixed lint and naming

* Don't need to uriencode

* Modified tests

* Created generateSentinelAndContext and moved setStyle

* Fixed test breakages, handled sentinel name change experiment

* Addressed comments; ampContext now checks for window var; added/modified tests

* Added docstring

* Addressed comments

* Added test

* Attach data-amp-3p-sentinel attribute to frame

* Fix a4a frames not having messages processed correctly

* Added examples for manual testing

* Addressed comments'

* Revert "Addressed comments'"

This reverts commit a61ddf8.

* Changed name of function to hasSafeframeSentinel:

* Added todo

* Updated docstring and added todo

* Fixed getListenForEvents

* Collapse if block cases

* Undid change to getListenForEvents

* Fixed nameframe to keep context data on name

* Broke out isAmpMessage function to use for parsing

* Handle different ways of setting up AmpContext

* Make test page take up multiple viewports

* Fixed lint mistakes

* Inlined ampcontext-creative.js into html

* Addressed comments

* Addressed comments

* Add comments to explain setting of name on nameframe

* removed comment
* rename 'bindings' to 'bound properties'

* rename 'evaluatee' to 'binding'

* use treewalker

* minor tweak

* justin's comments

* simplify scan helper func
* Factor out jank meter code into separate file

* Rename jank-rate.js to jank-meter.js

* Makes this.win_ private

* address comment
* Update amp-analytics.js

* review feedback.

* Update amp-analytics.js
@indexexchange indexexchange merged commit 5ee6bda into indexexchange:ix-timeout Feb 7, 2017
bewuethr pushed a commit that referenced this pull request Mar 7, 2018
* Development/debug setup.

* Basic exp setup.

* Header parsing and stuff.

* Client-side changes fin.

* Cleaned PR + tests.

* Undoing yarn stuff.

* Yarn attempt #2.

* Reverting example page.

* lint fix

* PR feedback.

* Undoing changes to test page.

* Merges

* Yarn

* Not calling document.open/close when writing in body and not waiting for onload. Also removed accidentally merged tests.

* Adding back document.open/close into default flow.

* Simplified conditional.

* Adsense support.

* Merges/rebase.

* Alphabetized imports.

* Factored out common code to utils.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.